Struct SIZE
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
cy
Specifies the rectangle's height. The units depend on which function uses this structure.
public long cy