Class ClipPathElement
ClipPathElement class.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class ClipPathElement : SuperElement, IElement, IStrokeAttributes, IFillAttributes, ITransformAttribute, IStyleAttribute, IFontAttributes, IViewBoxAttribute, IOpacityAttribute, IClipingAttribute
Constructors
ClipPathElement()
Initializes a new instance of the ClipPathElement class.
Declaration
public ClipPathElement()
Methods
GetResultPath()
Gets the result path.
Declaration
public GraphicsPath GetResultPath()
Returns
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The graphics path |