Convert implicitly to drawing color.
'Declaration
Public Operator Widening CType( _
ByVal As RtfColor _
) As System.Drawing.Color
public System.Drawing.Color operator implicit(
RtfColor
)
Parameters
- color
- The mate color object.
Return Value
Aproximate color for RTF color.