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

In This Topic
    ClipRule Property
    In This Topic
    Gets or sets a value indicating the algorithm which is to be used to determine whether a given point is inside a shape for a clipping region created with a graphics element.
    Syntax
    'Declaration
     
    Public Property ClipRule As System.Nullable(Of SvgFillRule)
    public System.Nullable<SvgFillRule> ClipRule {get; set;}
    See Also