Vcl.WinXCalendars.TCalendarViewInfoBase.DrawDefaultBuffered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawDefaultBuffered(ACanvas: TCanvas; ADrawer: TCalendarViewDrawer;  const AController: ICalendarViewController);

C++

void __fastcall DrawDefaultBuffered(Vcl::Graphics::TCanvas* ACanvas, TCalendarViewDrawer* ADrawer, const _di_ICalendarViewController AController);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewInfoBase

Description

Calls the Draw method, but the image is painted to in-memory bitmap first, and then drawn to the control.

See Also