Arc.PointAtAngle(double) method¶
Defined in
Type: Arc
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
protected Point PointAtAngle(double angle)
Summary: Draws a point on the coordinates of the given angle.
Based on Mark Feldman implementation.
Parameters
| Name | Type | Description |
|---|---|---|
angle | double | The angle at which to create the point. |
Returns: Point -- A Point.