Class SvgCubicCurveSegment
public sealed class SvgCubicCurveSegment : SvgPathSegment
- Inheritance
-
SvgCubicCurveSegment
- Inherited Members
Constructors
SvgCubicCurveSegment(bool, PointF, PointF)
public SvgCubicCurveSegment(bool isRelative, PointF secondControlPoint, PointF end)
Parameters
SvgCubicCurveSegment(bool, PointF, PointF, PointF)
public SvgCubicCurveSegment(bool isRelative, PointF firstControlPoint, PointF secondControlPoint, PointF end)
Parameters
SvgCubicCurveSegment(PointF, PointF, PointF, PointF)
[Obsolete("Use new constructor.")]
public SvgCubicCurveSegment(PointF start, PointF firstControlPoint, PointF secondControlPoint, PointF end)
Parameters
Properties
FirstControlPoint
public PointF FirstControlPoint { get; set; }
Property Value
SecondControlPoint
public PointF SecondControlPoint { get; set; }
Property Value
Methods
AddToPath(GraphicsPath)
[Obsolete("Use new AddToPath.")]
public override void AddToPath(GraphicsPath graphicsPath)
Parameters
graphicsPath
GraphicsPath
AddToPath(GraphicsPath, PointF, SvgPathSegmentList)
public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent)
Parameters
graphicsPath
GraphicsPathstart
PointFparent
SvgPathSegmentList
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.