Vcl.Direct2D.TDirect2DBrush.GetColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetColor: TColor;

C++

System::Uitypes::TColor __fastcall GetColor();

Properties

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

Description

GetColor is the getter method for the Color property.

GetColor is executed each time the value of the Color property is read.

See Also