public interface IDisplayMetricsTransformer
Modifier and Type | Method and Description |
---|---|
int |
transformFromDeviceIndependentPixels(float value)
Transforms the value in a Device Independent Pixels to its final int value
|
int |
transformFromInches(float value)
Transforms the value in an Inches to its final int value
|
int |
transformFromMillimeters(float value)
Transforms the value in a Millimeters to its final int value
|
int |
transformFromPoints(float value)
Transforms the value in a Points to its final int value
|
int |
transformFromScaledPixels(float value)
Transforms the value in a Scaled Pixels to its final int value
|
int transformFromDeviceIndependentPixels(float value)
value
- The value to apply the unit to.int transformFromScaledPixels(float value)
value
- The value to apply the unit to.int transformFromPoints(float value)
value
- The value to apply the unit to.int transformFromInches(float value)
value
- The value to apply the unit to.int transformFromMillimeters(float value)
value
- The value to apply the unit to.