FMX.Graphics.TBrushBitmap

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TInterfacedPersistentSystem.Classes.TPersistentSystem.TObjectTBrushBitmap

Delphi

TBrushBitmap = class(TInterfacedPersistent)

C++

class PASCALIMPLEMENTATION TBrushBitmap : public System::Classes::TInterfacedPersistent

Properties

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

Description

TBrushBitmap instances are used to create a pattern for a TBrush from a bitmap, specifying its name and the wrapping mode.

See Also


Code Examples