Vcl.Direct2D.TDirect2DCanvas.RenderTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RenderTarget: ID2D1RenderTarget read GetRenderTarget;

C++

__property Winapi::D2d1::_di_ID2D1RenderTarget RenderTarget = {read=GetRenderTarget};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

Description

Specifies the rendering target for this canvas object.

Use the value of RenderTarget to access the specific properties of the target on which the canvas is drawn. RenderTarget returns a Direct2D interface that can be used directly.

See Also