_Global.MillimetersToPoints(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a measurement from millimeters to points (1 mm = 2.85 points).
public:
float MillimetersToPoints(float Millimeters);
public float MillimetersToPoints (float Millimeters);
abstract member MillimetersToPoints : single -> single
Public Function MillimetersToPoints (Millimeters As Single) As Single
Parameters
- Millimeters
- Single
Required Single. The millimeter value to be converted to points.
Returns
Remarks
This method returns the converted measurement as a Single.