_Global.PointsToMillimeters(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 points to millimeters (1 millimeter = 2.835 points).
public:
float PointsToMillimeters(float Points);
public float PointsToMillimeters (float Points);
abstract member PointsToMillimeters : single -> single
Public Function PointsToMillimeters (Points As Single) As Single
Parameters
- Points
- Single
Required Single. The measurement, in points.
Returns
Remarks
This property returns the converted measurement as a Single.