TsgSHXVertex
Unit
Syntax
type TsgSHXVertex = record
X, Y: Double;
Bulge: Double;
PenDown: Boolean;
end;
Description
Represents a vertex of SHX font.
Field  | 
Meaning  | 
X  | 
X coordinate of vertex  | 
Y  | 
Y coordinate of vertex  | 
Bulge  | 
Bulge extent  | 
PenDown  | 
Indicates whether pen is down  | 
Go to CAD VCL Enterprise