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

CreateSize

CreateSizeArray

IPropertyValue::GetSize

IPropertyValue::GetSizeArray