[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin240' (#fpgeanyplugin)

TSci_Rectangle

Declaration

Source position: geanybindings.inc line 75

type TSci_Rectangle = record

  left: LongInt;

  

  top: LongInt;

  

  right: LongInt;

  

  bottom: LongInt;

  

end;