Class SvgQuadraticCurveSegment
public sealed class SvgQuadraticCurveSegment : SvgPathSegment
- Inheritance
-
SvgQuadraticCurveSegment
- Inherited Members
Constructors
SvgQuadraticCurveSegment(bool, PointF)
public SvgQuadraticCurveSegment(bool isRelative, PointF end)
Parameters
SvgQuadraticCurveSegment(bool, PointF, PointF)
public SvgQuadraticCurveSegment(bool isRelative, PointF controlPoint, PointF end)
Parameters
SvgQuadraticCurveSegment(PointF, PointF, PointF)
[Obsolete("Use new constructor.")]
public SvgQuadraticCurveSegment(PointF start, PointF controlPoint, PointF end)
Parameters
Properties
ControlPoint
public PointF ControlPoint { 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.