Vcl.Direct2D.TDirect2DCanvas.SetPen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPen(const Value: TDirect2DPen);

C++

void __fastcall SetPen(TDirect2DPen* const Value);

Properties

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

Description

Represents the setter method for the Pen property.

SetPen is called each time the value of the Pen property is changed.

See Also