_Application.CentimetersToPoints(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 centimeters to points (1 cm = 28.35 points).
public:
float CentimetersToPoints(float Centimeters);
public float CentimetersToPoints (float Centimeters);
abstract member CentimetersToPoints : single -> single
Public Function CentimetersToPoints (Centimeters As Single) As Single
Parameters
- Centimeters
- Single
Required Single. The centimeter value to be converted to points.
Returns
Remarks
Returns the converted measurement as a Single.