Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPaint Class / SvgPaint Constructor / SvgPaint Constructor(Color)

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

    Parameters

    color
    See Also