SKGraphicsExtensions.ToSKPoint(PointF) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.