AppleExtensions.ToSKPoint(CGPoint) Method

Definition

Converts a CoreGraphics point into a SkiaSharp point.

public static SkiaSharp.SKPoint ToSKPoint (this CoreGraphics.CGPoint point);

Parameters

point
CGPoint

The CoreGraphics point.

Returns

Returns a SkiaSharp point.

Applies to