PathArcTo Constructor

Default constructor of the PathArcTo object.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public PathArcTo(
	float x,
	float y,
	float width,
	float height,
	float startAngle,
	float sweepAngle
)

Parameters

x  Single
y  Single
width  Single
height  Single
startAngle  Single
sweepAngle  Single

See Also