PdfRGBColor
Conversion (Color to PdfRGBColor)
|
Implicit operator.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static implicit operator PdfRGBColor (
Color color
)
Public Shared Widening Operator CType (
color As Color
) As PdfRGBColor
static implicit operator PdfRGBColor (
Color color
)
F# does not support the declaration of new casting operators.
Parameters
-
color
-
Type:
System.Drawing
Color
System.Drawing.Color.
Return Value
Type:
PdfRGBColor
PDFColor.
See Also