Vcl.Direct2D.TDirect2DBrush.SetColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetColor(const Value: TColor);

C++

void __fastcall SetColor(const System::Uitypes::TColor Value);

Properties

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

Description

SetColor is the setter method for the Color property.

SetColor is executed each time the Color property is changed.

See Also