SizeExtensions.ToSystemSize 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
ToSystemSize(Size) |
Convert to system Size. |
ToSystemSize(CGSize) |
Convert to system Size. |
ToSystemSize(Size) |
Convert to system Size. |
ToSystemSize(Size)
Convert to system Size.
public static System.Drawing.Size ToSystemSize (this Android.Util.Size size);
Parameters
- size
- Android.Util.Size
Base size to convert.
Returns
System.Drawing.Size
Converted size.
Applies to
ToSystemSize(CGSize)
Convert to system Size.
public static System.Drawing.Size ToSystemSize (this CoreGraphics.CGSize size);
Parameters
- size
- CoreGraphics.CGSize
Base size to convert.
Returns
System.Drawing.Size
Converted size.
Applies to
ToSystemSize(Size)
Convert to system Size.
public static System.Drawing.Size ToSystemSize (this Windows.Foundation.Size size);
Parameters
- size
- Windows.Foundation.Size
Base size to convert.
Returns
System.Drawing.Size
Converted size.