[]
Implicitly converts a Color to a Pen.
public static implicit operator Pen(Color color)
Public Shared Widening Operator CType(color As Color) As Pen
The Color value.
A Pen with the specified color.