SetPen Method

Object List Next Object

Defined By:
Drawable

Description:

Configures appropriate properties from a Pen object. This updates the DrawColor, DrawStyle, and DrawWidth properties.

Declaration:

Sub SetPen(ByVal pen As Object)

Details:

This can be a handy method if it is necessary to draw in many styles. Pens can be made to encapsulate the
look of a line, which can be set on the Drawable in one operation when needed.