MindFusion.Reporting for Silverlight Programmer's Guide
Dimension Members
Constructors Fields Properties Methods
 


Stores an ordered pair of floating-point numbers, typically the width and height of an object.

The following tables list the members exposed by the Dimension type.

 Public Constructors

  Name Description

Dimension

Overloaded. Initializes a new instance of the Dimension structure.

 Public Fields

  Name Description

Empty

An empty instance of the Dimension structure.

 Public Properties

  Name Description

Height

Gets or sets the vertical component of this Dimension.

HeightUnit

Gets or sets the vertical units of measure of this Dimension.

IsEmpty

Gets a value indicating whether this Dimension has zero width and height.

Width

Gets or sets the horizontal component of this Dimension.

WidthUnit

Gets or sets the horizontal units of measure of this Dimension.

 Public Methods

  Name Description

Add

Adds the width and height of one Dimension structure to the width and height of another Dimension structure.

Equals

Determines if two Dimension structures have the same height and width.

GetHashCode

Returns a hash code for this Dimension structure.

Subtract

Subtracts the width and height of one Dimension structure from the width and height of another Dimensions structure.

ToLocation

Converts this Dimension to a Location.

ToString

Creates a human-readable string that represents this Dimension.

 See Also

Dimension Structure
MindFusion.Reporting.Silverlight Namespace