Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / Clip Property

In This Topic
    Clip Property (SvgElement)
    In This Topic
    Gets or sets a clipping rectangle.
    Syntax
    'Declaration
     
    Public Property Clip As System.Nullable(Of SvgClip)
    public System.Nullable<SvgClip> Clip {get; set;}
    See Also