Class SvgCubicCurveSegment
Inheritance
SvgCubicCurveSegment
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Svg.dll
Syntax
public sealed class SvgCubicCurveSegment : SvgPathSegment
Constructors
|
Improve this Doc
View Source
SvgCubicCurveSegment(Boolean, PointF, PointF)
Declaration
public SvgCubicCurveSegment(bool isRelative, PointF secondControlPoint, PointF end)
Parameters
|
Improve this Doc
View Source
SvgCubicCurveSegment(Boolean, PointF, PointF, PointF)
Declaration
public SvgCubicCurveSegment(bool isRelative, PointF firstControlPoint, PointF secondControlPoint, PointF end)
Parameters
|
Improve this Doc
View Source
SvgCubicCurveSegment(PointF, PointF, PointF, PointF)
Declaration
[Obsolete("Use new constructor.")]
public SvgCubicCurveSegment(PointF start, PointF firstControlPoint, PointF secondControlPoint, PointF end)
Parameters
Properties
|
Improve this Doc
View Source
FirstControlPoint
Declaration
public PointF FirstControlPoint { get; set; }
Property Value
|
Improve this Doc
View Source
SecondControlPoint
Declaration
public PointF SecondControlPoint { 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()