Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgClip Structure / SvgClip Constructor

In This Topic
    SvgClip Constructor
    In This Topic
    Initializes a new instance of the SvgClip struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As SvgLength, _
       ByVal top As SvgLength, _
       ByVal right As SvgLength, _
       ByVal bottom As SvgLength _
    )
    public SvgClip( 
       SvgLength left,
       SvgLength top,
       SvgLength right,
       SvgLength bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also