TDrawingCoordinate.FromCm Method
Creates a drawing coordinate from a measunement in centimeters.
Syntax
Unit: FlexCel.Core
class function TDrawingCoordinate.FromCm(const p: Double): TDrawingCoordinate; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
p |
Double |
Value in cm. |
Returns
The corresponding DrawingCoordinate.
See also