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

TEarthPen

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

Declaration

Source position: GIS_Classes.pas line 115

type TEarthPen = class(TEarthAttribute)

public

  constructor Create(); virtual;

  

  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;

  

  function GetDrawPenWidthInPixels;

  

  property DrawPenWidth: Double; [r]

  

  property PenStyle: TPenStyle; [rw]

  

published

  property PenColor: TColor32; [rw]

  

  property PenWidth: Double; [rw]

  

  property PenUnit: TEarthUnitTypes; [rw]

  

end;

Inheritance

TEarthPen

  

|

TEarthAttribute

  

|

TEarthENVPersistent

  

|

TEarthRoot

  

|

TObject



CT Web help

CodeTyphon Studio