Name | Description | |
---|---|---|
UnitConverter Constructor | Initializes a new instance of the UnitConverter class. |
The following tables list the members exposed by UnitConverter.
Name | Description | |
---|---|---|
UnitConverter Constructor | Initializes a new instance of the UnitConverter class. |
Name | Description | |
---|---|---|
CentimetersToPoints | Converts a measurement from centimeters to points (1 cm = 28.35 points) | |
EmusToPixels | Converts a measurement from EMUs (English Metric Unit) to pixels. | |
InchesToPoints | Converts a measurement from inches to points (1 inch = 72 points). | |
PixelsToCharacters | Converts a measurement from pixels to character widths. | |
PixelsToEmus | Converts a measurement from pixels to EMUs (English Metric Unit). | |
PixelsToPoints | Converts a measurement from pixels to points. | |
PointsToCentimeters | Converts a measurement from points to centimeters (1 cm = 28.35 points) | |
PointsToInches | Converts a measurement from points to inches (1 inch = 72 points). | |
PointsToPixels | Converts a measurement from points to pixels. |