Share via


SKGraphicsExtensions.ToSKPoint(PointF) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static SkiaSharp::SKPoint ToSKPoint(Microsoft::Maui::Graphics::PointF target);
public static SkiaSharp.SKPoint ToSKPoint (this Microsoft.Maui.Graphics.PointF target);
static member ToSKPoint : Microsoft.Maui.Graphics.PointF -> SkiaSharp.SKPoint
<Extension()>
Public Function ToSKPoint (target As PointF) As SKPoint

Parameters

target
PointF

Returns

Applies to