Skip to content

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

NameTypeDescription
angledoubleThe angle at which to create the point.

Returns: Point -- A Point.