Table of Contents

Method CirclePoint

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

CirclePoint(float, float)

Calculates a point on a circle with the given radius at the specified angle.

public static SKPoint CirclePoint(float radius, float radians)

Parameters

radius float

The radius of the circle.

radians float

The angle in radians.

Returns

SKPoint

The SKPoint on the circle.