PathArcTo Constructor
Initializes a new instance of the
PathArcTo class.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.5.0.0
public PathArcTo(
float x,
float y,
float width,
float height,
float startAngle,
float sweepAngle
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single,
startAngle As Single,
sweepAngle As Single
)
public:
PathArcTo(
float x,
float y,
float width,
float height,
float startAngle,
float sweepAngle
)
new :
x : float32 *
y : float32 *
width : float32 *
height : float32 *
startAngle : float32 *
sweepAngle : float32 -> PathArcTo
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.