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