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

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

    Parameters

    color
    See Also