Unit 'Clipper.Core' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_image32]

TRect64

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: Clipper.Core.pas line 62

type TRect64 = object

public

  Left: Int64;

  

  Top: Int64;

  

  Right: Int64;

  

  Bottom: Int64;

  

  function Contains();

  

  function Intersect();

  

  function Intersects();

  

  function AsPath;

  

  property Width: Int64; [r]

  

  property Height: Int64; [r]

  

  property IsEmpty: Boolean; [r]

  

  property MidPoint: TPoint64; [r]

  

end;

Inheritance

TRect64

  

|

TObject



CT Web help

CodeTyphon Studio