Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ColorF Structure / ColorF Constructor / ColorF Constructor(Color)
The System.Drawing.Color value.

In This Topic
    ColorF Constructor(Color)
    In This Topic
    Initializes a new instance of the ColorF struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As System.Drawing.Color _
    )
    public ColorF( 
       System.Drawing.Color color
    )

    Parameters

    color
    The System.Drawing.Color value.
    See Also