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

TRectD

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

Declaration

Source position: Clipper.Core.pas line 84

type TRectD = object

public

  Left: Double;

  

  Top: Double;

  

  Right: Double;

  

  Bottom: Double;

  

  function Contains();

  

  function Intersects();

  

  function AsPath;

  

  property Width: Double; [r]

  

  property Height: Double; [r]

  

  property IsEmpty: Boolean; [r]

  

  property MidPoint: TPointD; [r]

  

end;

Inheritance

TRectD

  

|

TObject



CT Web help

CodeTyphon Studio