TFill

Resource that will be used while painting the contents of a geometry.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TFill

Source

Drawing.Fill.pas (25)

Description

The current implementation models a fill with a solid Color. In the future this class can be subclassed to provide a variety of fills like gradients, bitmaps and so on.

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTRgbColorFColor

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(Color: TRgbColor)