Extensions Class
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.
Various extension methods to convert between SkiaSharp types and Xamarin.Forms types.
public static class Extensions
- Inheritance
-
Extensions
Methods
ToFormsColor(SKColor) |
Converts a SkiaSharp color into a Xamarin.Forms color. |
ToFormsColor(SKColorF) | |
ToFormsPoint(SKPoint) |
Converts a SkiaSharp point into a Xamarin.Forms point. |
ToFormsPoint(SKPointI) |
Converts a SkiaSharp point into a Xamarin.Forms point. |
ToFormsRect(SKRect) |
Converts a SkiaSharp rectangle into a Xamarin.Forms rectangle. |
ToFormsRect(SKRectI) |
Converts a SkiaSharp rectangle into a Xamarin.Forms rectangle. |
ToFormsSize(SKSize) |
Converts a SkiaSharp size into a Xamarin.Forms size. |
ToFormsSize(SKSizeI) |
Converts a SkiaSharp size into a Xamarin.Forms size. |
ToSKColor(Color) |
Converts a Xamarin.Forms color into a SkiaSharp color. |
ToSKColorF(Color) | |
ToSKPoint(Point) |
Converts a Xamarin.Forms point into a SkiaSharp point. |
ToSKRect(Rectangle) |
Converts a Xamarin.Forms rectangle into a SkiaSharp rectangle. |
ToSKSize(Size) |
Converts a Xamarin.Forms size into a SkiaSharp size. |