Click or drag to resize

SIZE Structure

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

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

The SIZE type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ValueTypeToString.)
Top
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