Version

Search Results

Size Class

Stores an ordered pair of float values, typically the width and height of a rectangle. Syntax

Size Class Members

Public Constructors Public Properties Public Methods

Size Class Methods

Public Methods

Size Class Properties

Public Properties

Clone Method (Size)

Creates a copy of this object. Syntax Return Value A Size object.

Equals(Size) Method

Compares this object to another Size object. Syntax Parameters size A Size object to compare. Return Value A boolean value indicating whether the objects are equal.

Equals Method (Size)

Compares this object to another Size object. Overload List

Height Property (Size)

Gets or sets the height component. Syntax

IsEmpty Property (Size)

Gets a boolean value indicating whether the width and the height have zero values. Syntax

ToNative Method (Size)

Gets a native System.Drawing.SizeF object. Syntax Return Value A native System.Drawing.SizeF object.