Class SvgQuadraticCurveSegment
Inheritance
SvgQuadraticCurveSegment
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Svg.dll
Syntax
public sealed class SvgQuadraticCurveSegment : SvgPathSegment
Constructors
|
Improve this Doc
View Source
SvgQuadraticCurveSegment(Boolean, PointF)
Declaration
public SvgQuadraticCurveSegment(bool isRelative, PointF end)
Parameters
|
Improve this Doc
View Source
SvgQuadraticCurveSegment(Boolean, PointF, PointF)
Declaration
public SvgQuadraticCurveSegment(bool isRelative, PointF controlPoint, PointF end)
Parameters
|
Improve this Doc
View Source
SvgQuadraticCurveSegment(PointF, PointF, PointF)
Declaration
[Obsolete("Use new constructor.")]
public SvgQuadraticCurveSegment(PointF start, PointF controlPoint, PointF end)
Parameters
Properties
|
Improve this Doc
View Source
ControlPoint
Declaration
public PointF ControlPoint { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AddToPath(GraphicsPath)
Declaration
[Obsolete("Use new AddToPath.")]
public override void AddToPath(GraphicsPath graphicsPath)
Parameters
| Type |
Name |
Description |
| GraphicsPath |
graphicsPath |
|
Overrides
|
Improve this Doc
View Source
AddToPath(GraphicsPath, PointF, SvgPathSegmentList)
Declaration
public override PointF AddToPath(GraphicsPath graphicsPath, PointF start, SvgPathSegmentList parent)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()