TizenExtensions.ToSKRect 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.
Overloads
| Name | Description |
|---|---|
| ToSKRect(Rect) |
Converts a Tizen rectangle into a SkiaSharp rectangle. |
| ToSKRect(Rectangle) |
Converts a Tizen NUI rectangle into a SkiaSharp rectangle. |
ToSKRect(Rect)
Converts a Tizen rectangle into a SkiaSharp rectangle.
public static SkiaSharp.SKRect ToSKRect(this ElmSharp.Rect rect);
Parameters
- rect
- ElmSharp.Rect
The Tizen rectangle.
Returns
Returns a SkiaSharp rectangle.
Applies to
ToSKRect(Rectangle)
Converts a Tizen NUI rectangle into a SkiaSharp rectangle.
public static SkiaSharp.SKRect ToSKRect(this Tizen.NUI.Rectangle rect);
Parameters
- rect
- Tizen.NUI.Rectangle
The Tizen NUI rectangle.
Returns
Returns a SkiaSharp rectangle.