clsGpPen ClassRepresents a GDIPlus Pen object, automatically releases used resources when the class terminates; a Pen is used to stroke shapesEnums
Events
Properties
Methods
Remarks
Check the Pen object on MSDN.
In this sample we'll draw an Ellipse using a Pen and a Brush and we'll obtain a Picture object Option Explicit Another sample that uses a clsGpColor class for colors Option Explicit |