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