MakeF2DPoint
Creates a TF2DPoint structure from two coordinates.
Unit
function MakeF2DPoint(const X, Y: TsgFloat): TF2DPoint;
Description
Call MakeF2DPoint to create a TF2DPoint that represents the specified coordinates. Use MakeF2DPoint to construct parameters for functions that require a 2D - point, rather than setting up local variables for each parameter.
Go to CAD VCL Enterprise