Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgColor Structure / SvgColor Constructor / SvgColor Constructor(Int32)

In This Topic
    SvgColor Constructor(Int32)
    In This Topic
    Initializes a new instance of the SvgColor struct from a 32-bit ARGB value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal argb As System.Integer _
    )
    public SvgColor( 
       System.int argb
    )

    Parameters

    argb
    See Also