Unit 'GIS_Classes' Package
[Overview][Constants][Types][Classes][Index] [#pl_gaiagis]

TEarthTransparent

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

Declaration

Source position: GIS_Classes.pas line 947

type TEarthTransparent = class(TEarthRoot)

protected

  procedure SetPen();

  

  procedure SetBrush();

  

  procedure DoChange();

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure RedrawObject; override;

  

  procedure Clear;

  

  function SaveEnvironment;

  

  procedure LoadEnvironment();

  

  property OnChange: TNotifyEvent; [rw]

  

published

  property Pen: TEarthPen; [rw]

  

  property Brush: TEarthBrush; [rw]

  

end;

Inheritance

TEarthTransparent

  

|

TEarthRoot

  

|

TObject



CT Web help

CodeTyphon Studio