clsGpPen.Create1_Color FunctionCreate a new Pen using the clsGpColor instanceSyntax
Public Function Create1_Color (ByRef GpColor As clsGpColor, _
Optional ByVal Width As Single = 1#, _ Optional ByVal Unit As GpUnit = UnitPixel) As GpStatus Parameters
Remarks
Check the [Create1_RawColor] method if you want to use a ARGB value instead of a [clsGpColor] class
|