MakeDXFFromFPoint function
Creates a TDXFPoint structure from the TFPoint structure.
Unit
function MakeDXFFromFPoint(const AFPoint: TFPoint): TdxfPoint;
Description
Call MakeDXFFromFPoint to transform a TFPoint type value to a TDXFPoint structure. Use MakeDXFFromFPoint to construct parameters for functions that require a DXFpoint.
Go to CAD VCL Enterprise