FMX.Graphics.TBrushBitmap

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