PathArcTo Constructor

Initializes a new instance of the PathArcTo class.

Definition

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

Parameters

x  Single
The x-coordinate of the arc end point.
y  Single
The y-coordinate of the arc end point.
width  Single
The width of the rectangle that defines the ellipse.
height  Single
The height of the rectangle that defines the ellipse.
startAngle  Single
The starting angle of the arc in degrees.
sweepAngle  Single
The sweep angle of the arc in degrees.

See Also