[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgClipPathElement

Class SvgClipPathElement

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Restricts the region to which paint can be applied.

public class SvgClipPathElement : SvgElement
Inheritance
SvgClipPathElement
Inherited Members

Constructors

SvgClipPathElement()

Initializes a new instance of the SvgClipPathElement class.

public SvgClipPathElement()

Fields

SvgName

Gets the SVG name of SvgClipPathElement.

public const string SvgName = "clipPath"

Field Value

string

Properties

ClipPathUnits

Gets or sets the coordinate system for the contents of the SvgClipPathElement.

public SvgUnitType? ClipPathUnits { get; set; }

Property Value

SvgUnitType?

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string