Class SvgPathSegment
Inheritance
System.Object
SvgPathSegment
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.Pathing
Assembly: TelerikCommon.dll
Syntax
public abstract class SvgPathSegment
Constructors
SvgPathSegment()
Declaration
protected SvgPathSegment()
SvgPathSegment(PointF, PointF)
Declaration
protected SvgPathSegment(PointF start, PointF end)
Parameters
System.Drawing.PointF
start
|
System.Drawing.PointF
end
|
Properties
End
Declaration
public PointF End { get; set; }
Property Value
System.Drawing.PointF
|
Start
Declaration
public PointF Start { get; set; }
Property Value
System.Drawing.PointF
|
Methods
AddToPath(GraphicsPath)
Declaration
public abstract void AddToPath(GraphicsPath graphicsPath)
Parameters
System.Drawing.Drawing2D.GraphicsPath
graphicsPath
|