Overview
Previous  Next

Pens are graphic objects which are used to draw shapes.
To reference the actual pen use the Value property.
Example:
pen1.New1 (cRed)
drawer.DrawRectangle (pen1.Value, rect1.Value)