Table of Contents

Class SvgQuadraticCurveSegment

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

Constructors

SvgQuadraticCurveSegment(bool, PointF)

public SvgQuadraticCurveSegment(bool isRelative, PointF end)

Parameters

isRelative bool
end PointF

SvgQuadraticCurveSegment(bool, PointF, PointF)

public SvgQuadraticCurveSegment(bool isRelative, PointF controlPoint, PointF end)

Parameters

isRelative bool
controlPoint PointF
end PointF

SvgQuadraticCurveSegment(PointF, PointF, PointF)

[Obsolete("Use new constructor.")]
public SvgQuadraticCurveSegment(PointF start, PointF controlPoint, PointF end)

Parameters

start PointF
controlPoint PointF
end PointF

Properties

ControlPoint

public PointF ControlPoint { 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.