Table of Contents

Struct SIZE

Namespace
Wpf.Ui.Interop.WinDef
Assembly
Wpf.Ui.dll

The SIZE structure defines the width and height of a rectangle.

public struct SIZE
Inherited Members

Fields

cx

Specifies the rectangle's width. The units depend on which function uses this structure.

public long cx

Field Value

long

cy

Specifies the rectangle's height. The units depend on which function uses this structure.

public long cy

Field Value

long