[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGdk3' (#lcl)

TGdkPoint

Declaration

Source position: lazgdk3.pas line 4457

type TGdkPoint = record

  x: gint;

  

  y: gint;

  

end;