struct XSize

Parents

System.ValueType

System.IFormattable

Brief

The structure for storing, operating, and converting the size (width and height).

Static Public Properties

Empty

An empty XSize structure.

Static Public Methods

Equals

Checks whether two XSize structures are equal.

FromHeight

Creates an XSize structure from the height in points.

FromWidth

Creates an XSize structure from the width in points.

op_Equality

Checks whether two XSize structures are equal.

op_Inequality

Checks whether two XSize structures are not equal.

Public Properties

Height

The height in XUnits.

IsEmpty

Indicates whether the XSize structure is empty.

Width

The width in XUnits.

Public Constructors

XSize

A constructor.

Public Methods

Equals

Checks whether the object is an XSize structure equivalent to this XSize structure.

Equals

Compares this XSize with another XSize variable.

GetHashCode

Gets a hash code for this XSize structure.

HasValue

Checks whether the XSize structure has a value.

IsNull

Checks whether the XSize structure is null.

ToString

Converts the XSize structure into a string.

ToString

Converts the XSize structure into a string using the format provider.

back