TizenExtensions.ToSize 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 |
|---|---|
| ToSize(SKSize) |
Converts a SkiaSharp size into a Tizen size. |
| ToSize(SKSizeI) |
Converts a SkiaSharp size into a Tizen size. |
ToSize(SKSize)
Converts a SkiaSharp size into a Tizen size.
public static ElmSharp.Size ToSize(this SkiaSharp.SKSize size);
Parameters
- size
- SKSize
The SkiaSharp size.
Returns
Returns a Tizen size.
Applies to
ToSize(SKSizeI)
Converts a SkiaSharp size into a Tizen size.
public static ElmSharp.Size ToSize(this SkiaSharp.SKSizeI size);
Parameters
- size
- SKSizeI
The SkiaSharp size.
Returns
Returns a Tizen size.