Table of Contents

Class SvgCubicCurveSegment

Namespace
Svg.Pathing
Assembly
Svg.dll
public sealed class SvgCubicCurveSegment : SvgPathSegment
Inheritance
SvgCubicCurveSegment
Inherited Members

Constructors

SvgCubicCurveSegment(bool, PointF, PointF)

public SvgCubicCurveSegment(bool isRelative, PointF secondControlPoint, PointF end)

Parameters

isRelative bool
secondControlPoint PointF
end PointF

SvgCubicCurveSegment(bool, PointF, PointF, PointF)

public SvgCubicCurveSegment(bool isRelative, PointF firstControlPoint, PointF secondControlPoint, PointF end)

Parameters

isRelative bool
firstControlPoint PointF
secondControlPoint PointF
end PointF

SvgCubicCurveSegment(PointF, PointF, PointF, PointF)

[Obsolete("Use new constructor.")]
public SvgCubicCurveSegment(PointF start, PointF firstControlPoint, PointF secondControlPoint, PointF end)

Parameters

start PointF
firstControlPoint PointF
secondControlPoint PointF
end PointF

Properties

FirstControlPoint

public PointF FirstControlPoint { get; set; }

Property Value

PointF

SecondControlPoint

public PointF SecondControlPoint { get; set; }

Property Value

PointF

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 GraphicsPath
start PointF
parent SvgPathSegmentList

Returns

PointF

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.