Source position: ctOpenGL2DCanvas.pas line 70
type TGLPointF = packed record
X: Single;
Y: Single;
end;