Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Size structure (windows.foundation.h)
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 |
See also
Feedback
Was this page helpful?
