Size(Double, Double) Constructor
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.
Creates a new Size object with width
and height
.
public Size (double width, double height);
new Xamarin.Forms.Size : double * double -> Xamarin.Forms.Size
Parameters
- width
- System.Double
The width of the new size.
- height
- System.Double
The height of the new size.