MindFusion.Wpf Pack Programmer's Guide
Measure Members
Constructors Properties Methods
 


Represents amounts of specific units.

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

 Public Constructors

  Name Description

Measure

Overloaded. Initializes a new instance of the Measure class.

 Public Properties

  Name Description

Amount

Gets the amount represented by the current object.

Unit

Gets the unit of measure of the current object.

 Public Methods

  Name Description

ConvertTo

Converts the amount represented by the current object to the specified unit.

Equals

Overloaded. Determines whether the current object is equal to another object.

GetHashCode

Object.GetHashCode override.

Pixel

Creates a Measure instance of the MeasureUnit.Pixel unit from the specified double value.

Point

Creates a Measure instance of the MeasureUnit.Point unit from the specified double value.

ToString

Overloaded. Returns a string representation of the current object.

 See Also

Measure Class
MindFusion.Spreadsheet.Wpf Namespace