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

TEarthBrush

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

Declaration

Source position: GIS_Classes.pas line 154

type TEarthBrush = class(TEarthAttribute)

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure RedrawObject; override;

  

  procedure Define();

  

  procedure LoadEnvironment(); override;

  

  function SaveEnvironment; override;

  

  procedure WriteProperties(); override;

  

  procedure ReadProperties(); override;

  

  procedure RenderAttribute(); override;

  

  procedure Assign(); override;

  

  function Clone(); override;

  

  function IsEquals(); override;

  

published

  property BrushBkColor: TColor32; [rw]

  

  property BrushColor: TColor32; [rw]

  

  property BrushStyle: TEarthBrushStyle; [rw]

  

  property BrushFillImage: TBitmap32; [rw]

  

  property DrawFillWithImage: Boolean; [rw]

  

end;

Inheritance

TEarthBrush

  

|

TEarthAttribute

  

|

TEarthENVPersistent

  

|

TEarthRoot

  

|

TObject



CT Web help

CodeTyphon Studio