Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgGraphicsElement Class / Clip Property

In This Topic
    Clip Property (SvgGraphicsElement)
    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