GetCADCoords
Description
The GetCADCoords
method returns coordinates of point on the drawing.
Parameter | Type | Description |
---|---|---|
AXScaled | Extended | A ratio between a desired point on a drawing and a dimensions of a drawing in the OX axe |
AYScaled | Extended | A ratio between a desired point on a drawing and a dimensions of a drawing in the OY axe |
Syntax
function GetCADCoords(const AXScaled, AYScaled: Extended): TFPoint;