Unit 'orca_scene3d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca3d]

TD3Bounds

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

Declaration

Source position: orca_scene3d.pas line 526

type TD3Bounds = class(TPersistent)

protected

  procedure DefineProperties(); override;

  

  procedure ReadRect();

  

  procedure WriteRect();

  

  procedure ReadNewRect();

  

  procedure WriteNewRect();

  

public

  constructor Create; virtual;

  

  procedure Assign(); override;

  

  function MarginEmpty;

  

  function Width;

  

  function Height;

  

  function Depth;

  

  property OnChange: TNotifyEvent; [rw]

  

published

  property left: Single; [rws]

  

  property top: Single; [rws]

  

  property znear: Single; [rws]

  

  property right: Single; [rws]

  

  property bottom: Single; [rws]

  

  property zfar: Single; [rws]

  

end;

Inheritance

TD3Bounds

  

|

TObject



CT Web help

CodeTyphon Studio