Unit 'GR32_Brushes' Package
[Overview][Types][Classes][Index] [#pl_graphics32]

TCustomBrush

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

Declaration

Source position: GR32_Brushes.pas line 80

type TCustomBrush = class(TNotifiablePersistent)

protected

  procedure SetIndex(); virtual;

  

  procedure UpdateRenderer(); virtual;

  

  procedure DoPolyPolygonFS(); virtual;

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Changed; override;

  

  procedure PolygonFS(); virtual;

  

  procedure PolyPolygonFS();

  

  property Index: Integer; [rw]

  

  property BrushCollection: TBrushCollection; [rw]

  

  property Visible: Boolean; [rw]

  

end;

Inheritance

TCustomBrush

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio