Vcl.Direct2D.TDirect2DCanvas.BeginDraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginDraw;

C++

void __fastcall BeginDraw();

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 has begun.

Call BeginDraw to start drawing on the canvas. You must call BeginDraw before drawing on the canvas. To end the drawing session, call EndDraw.

See Also