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

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

    Parameters

    href
    color
    See Also