Vcl.Direct2D.TDirect2DCanvas.GetPen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPen: TDirect2DPen;

C++

TDirect2DPen* __fastcall GetPen(void);

Properties

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

Description

GetPen is the getter method for the Pen property.

GetPen is executed each time the value of the Pen property is read.

See Also