Vcl.Direct2D.TDirect2DPen.GetBrush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBrush: TDirect2DBrush;

C++

TDirect2DBrush* __fastcall GetBrush();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DPen

Description

GetBrush is the getter method for the Brush property.

GetBrush is executed each time the value of the Brush property is read.

See Also