Class SvgCubicCurveSegment
Inherited Members
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 sealed class SvgCubicCurveSegment : SvgPathSegment
Constructors
SvgCubicCurveSegment(PointF, PointF, PointF, PointF)
Declaration
public SvgCubicCurveSegment(PointF start, PointF firstControlPoint, PointF secondControlPoint, PointF end)
Parameters
System.Drawing.PointF
start
|
System.Drawing.PointF
firstControlPoint
|
System.Drawing.PointF
secondControlPoint
|
System.Drawing.PointF
end
|
Properties
FirstControlPoint
Declaration
public PointF FirstControlPoint { get; set; }
Property Value
System.Drawing.PointF
|
SecondControlPoint
Declaration
public PointF SecondControlPoint { get; set; }
Property Value
System.Drawing.PointF
|
Methods
AddToPath(GraphicsPath)
Declaration
public override void AddToPath(GraphicsPath graphicsPath)
Parameters
System.Drawing.Drawing2D.GraphicsPath
graphicsPath
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()