Vcl.Direct2D.TDirect2DCanvas.EndDraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndDraw;

C++

void __fastcall EndDraw();

Properties

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

Description

Notifies the canvas object that the drawing is complete.

Call EndDraw after you complete drawing on the canvas. EndDraw must be called for a matching BeginDraw.

See Also