System.Drawing.SizeF Members

The members of System.Drawing.SizeF 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.
Documentation for this section has not yet been entered.

Public Fields

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

Public Properties

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

Public Methods

static
Add(SizeF, SizeF) : SizeF
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
Subtract(SizeF, SizeF) : SizeF
Documentation for this section has not yet been entered.
ToPointF() : PointF
Documentation for this section has not yet been entered.
ToSize() : Size
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Public Operators

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