Class SvgPath
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
[SvgElement("path")]
public class SvgPath : SvgMarkerElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgBoundable, ISvgStylable, ISvgClipable, ISvgPathElement
Constructors
SvgPath()
Declaration
public SvgPath()
Properties
Bounds
Declaration
public override RectangleF Bounds { get; }
Property Value
System.Drawing.RectangleF
|
Overrides
PathData
PathLength
Declaration
public float PathLength { get; set; }
Property Value
System.Single
|
Methods
DeepCopy()
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
SvgElement
|
Type Parameters
T
|
Overrides
OnPathUpdated()
Path(ISvgRenderer)
Declaration
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
ISvgRenderer
renderer
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|