implicit operator Operator
implicit operator Pen(Color)
Declaration
public static implicit operator Pen(Color color)
Public Shared Widening Operator CType(color As Color) As Pen
Parameters
Type |
Name |
Description |
Color |
color |
The Color value.
|
Returns
Type |
Description |
Pen |
A Pen with the specified color.
|