Vcl.Direct2D.TDirect2DPen.SetColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetColor(Color: TColor);

C++

void __fastcall SetColor(System::Uitypes::TColor Color);

Properties

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

Description

SetColor is the setter method for the Color property.

SetColor is executed each time the Color property is changed.

See Also