Google
CommonTypes.RectTLBR Record
Namespace
Pascal
RectTLBR = record
  Bottom: Longint;
  Left: Longint;
  Right: Longint;
  Top: Longint;
  end;
File
Description

This is record CommonTypes.RectTLBR.

Related Information