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.
Initializes a new instance of the Size struct and assigns it an initial width and height.
public:
Size(double width, double height);
public Size (double width, double height);
new Windows.Foundation.Size : double * double -> Windows.Foundation.Size
Public Sub New (width As Double, height As Double)
Parameters
Exceptions
width
or height
are less than 0.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) Size
struct. For more information, see Size in the UWP API reference.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.