The size type exposes the following members.

Constructors

  NameDescription
Public methodsize
Creates a new Size

Methods

  NameDescription
Public methodEquals (Inherited from ValueType.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGrow
Adds height & width to existing size
Protected methodMemberwiseClone (Inherited from Object.)
Public methodShrink
Subtracts height & width from existing size
Public methodToString
Returns a string that represents the current object.
(Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Public fieldHeight
height of the object
Public fieldWidth
width of the object

See Also