Implicit Type Conversion Operator (Pen)
'Declaration
Public Operator Widening CType( _
ByVal As System.Drawing.Color _
) As Pen
public Pen operator implicit(
System.Drawing.Color
)
Parameters
- color
- The Color value.
Return Value
A
Pen with the specified color.