Vcl.Direct2D.TDirect2DBrush.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: ID2D1Brush read GetHandle write SetHandle;

C++

__property Winapi::D2d1::_di_ID2D1Brush Handle = {read=GetHandle, write=SetHandle};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DBrush

Description

Provides access to the system handle of this brush.

The Handle property provides access to the Windows Direct2D object handle. TDirect2DBrush encapsulates the Windows Direct2D brush and is used to fill solid shapes such as rectangles and ellipses with a color or pattern.

See Also