Unit 'LabMath' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_vulkanlab]

TLabRect

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

Declaration

Source position: LabMath.pas line 318

type TLabRect = object

public

  Left: TLabFloat;

  

  Top: TLabFloat;

  

  Right: TLabFloat;

  

  Bottom: TLabFloat;

  

  property x: TLabFloat; [rw]

  

  property y: TLabFloat; [rw]

  

  property l: TLabFloat; [rw]

  

  property t: TLabFloat; [rw]

  

  property r: TLabFloat; [rw]

  

  property b: TLabFloat; [rw]

  

  property w: TLabFloat; [rw]

  

  property h: TLabFloat; [rw]

  

  property tl: TLabVec2; [rw]

  

  property tr: TLabVec2; [rw]

  

  property bl: TLabVec2; [rw]

  

  property br: TLabVec2; [rw]

  

  property Width: TLabFloat; [rw]

  

  property Height: TLabFloat; [rw]

  

  property TopLeft: TLabVec2; [rw]

  

  property TopRight: TLabVec2; [rw]

  

  property BottomLeft: TLabVec2; [rw]

  

  property BottomRight: TLabVec2; [rw]

  

  property Center: TLabVec2; [r]

  

  function Contains();

  

  function Clip();

  

  function Expand();

  

end;

Inheritance

TLabRect

  

|

TObject



CT Web help

CodeTyphon Studio