Click or drag to resize

Size Structure

Represents the size of an element in the 2D space.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct Size

The Size type exposes the following members.

Constructors
  NameDescription
Public methodSize
Initializes an element with the specified width and height.
Top
Methods
Fields
  NameDescription
Public fieldHeight
The height of the element.
Public fieldWidth
The width of the element.
Top
See Also