PathArcTo Constructor
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.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
- y Single
- width Single
- height Single
- startAngle Single
- sweepAngle Single