Returns vertex.
function GetVertex(AList: TList; Index, SignX, SignY: Integer; const ASy: Double): PsgSHXVertex;
AList – vertexes list of the SHX Font text string
Index – vertex index in AList
SignX:
1 – normal text
-1 – mirrored in X text
SignY:
1 – normal text
-1 – mirrored in Y text
ASy – ratio of height and above value of the text
Unit
Description
Returns pointer to TsgSHXVertex class object.
Go to CAD VCL Enterprise