Vcl.Direct2D.TDirect2DCanvas.GetRenderTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRenderTarget: ID2D1RenderTarget;

C++

_di_ID2D1RenderTarget __fastcall GetRenderTarget();

Properties

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

Description

GetRenderTarget is the getter method for the RenderTarget property.

GetRenderTarget is executed each time the value of the RenderTarget property is read.

See Also