Click or drag to resize

SIZE Structure

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

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public struct SIZE

The SIZE type exposes the following members.

Methods
Fields
  NameDescription
Public fieldcx
Specifies the rectangle's width. The units depend on which function uses this structure.
Public fieldcy
Specifies the rectangle's height. The units depend on which function uses this structure.
Top
See Also