Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an ordered pair of floating-point numbers that specify a height and width.
Syntax
typedef struct Size {
FLOAT Width;
FLOAT Height;
} Size;
Members
Width
Type: float
The width.
Height
Type: float
The height.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | windows.foundation.h |