clsGpPen.RawColor PropertyGets or sets the Pen Color (using a ARGB value)Syntax
Public Property Get RawColor () As Long
Public Property Let RawColor (ByVal ARGB As Long) Parameters
Remarks
In this sample we'll create a Pen using a RawColor
Dim oColor As New clsGpColor |