System.Drawing.Size Members

The members of System.Drawing.Size are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

static readonly
EmptySize. Documentation for this section has not yet been entered.

Public Properties

Heightint. Documentation for this section has not yet been entered.
[read-only]
IsEmptybool. Documentation for this section has not yet been entered.
Widthint. Documentation for this section has not yet been entered.

Public Methods

static
Add(Size, Size) : Size
Documentation for this section has not yet been entered.
static
Ceiling(SizeF) : Size
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
Round(SizeF) : Size
Documentation for this section has not yet been entered.
static
Subtract(Size, Size) : Size
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
static
Truncate(SizeF) : Size
Documentation for this section has not yet been entered.

Public Operators

static
Addition(Size, Size)Documentation for this section has not yet been entered.
static
Equality(Size, Size)Documentation for this section has not yet been entered.
static
Inequality(Size, Size)Documentation for this section has not yet been entered.
static
Subtraction(Size, Size)Documentation for this section has not yet been entered.
static
Conversion to System.Drawing.Point(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Drawing.SizeF(Implicit)Documentation for this section has not yet been entered.