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 | |
---|---|---|
CentimetersToPixels | Converts a measurement from centimeters to pixels (1 cm = 37.8 points) | |
CentimetersToPoints | Converts a measurement from centimeters to points (1 cm = 28.35 points) | |
EmusToPixels | Converts a measurement from EMUs (English Metric Unit) to pixels. | |
EmusToPixelsFP | Converts a measurement from EMUs (English Metric Unit) to pixels. | |
InchesToPixels | Converts a measurement from inches to pixels (1 inch = 96 pixels). | |
InchesToPoints | Converts a measurement from inches to points (1 inch = 72 points). | |
PixelsToCentimeters | Converts a measurement from pixels to centimeters (1 point = 1/37.8 cm) | |
PixelsToCharacters | Converts a measurement from pixels to character widths. | |
PixelsToEmus | Converts a measurement from pixels to EMUs (English Metric Unit). | |
PixelsToEmusFP | Converts a measurement from pixels to EMUs (English Metric Unit) with floating point. | |
PixelsToInches | Converts a measurement from pixels to inches (1 inch = 96 points). | |
PixelsToPoints | Converts a measurement from pixels to points. | |
PixelsToPts | 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. | |
PtsToPixels | Converts a measurement from points to pixels. |