Click or drag to resize

SvgArcSegment Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the SvgArcSegment class

Namespace:  Svg.Pathing
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgArcSegment(
	PointF start,
	float radiusX,
	float radiusY,
	float angle,
	SvgArcSize size,
	SvgArcSweep sweep,
	PointF end
)
Request Example View Source

Parameters

start
Type: System.DrawingPointF
radiusX
Type: SystemSingle
radiusY
Type: SystemSingle
angle
Type: SystemSingle
size
Type: Svg.PathingSvgArcSize
sweep
Type: Svg.PathingSvgArcSweep
end
Type: System.DrawingPointF
See Also