Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ColorF Structure / ColorF Constructor / ColorF Constructor(UInt32)
A packed unsigned integer containing all four color components in ARGB order.

In This Topic
    ColorF Constructor(UInt32)
    In This Topic
    Initializes a new instance of the ColorF struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal argb As System.UInteger _
    )
    public ColorF( 
       System.uint argb
    )

    Parameters

    argb
    A packed unsigned integer containing all four color components in ARGB order.
    See Also