FMX.Graphics.TBrushResource

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TInterfacedPersistentSystem.Classes.TPersistentSystem.TObjectTBrushResource

Delphi

TBrushResource = class(TInterfacedPersistent, IFreeNotification)

C++

class PASCALIMPLEMENTATION TBrushResource : public System::Classes::TInterfacedPersistent

Properties

Type Visibility Source Unit Parent
class public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

Represents the class for brush resources.

A TBrushResource instance specifies a brush resource used for setting the color and pattern of a TBrush object, when its Kind property is set to Resource.

See Also