Vcl.IMouse.TPanningWindow.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse TPanningWindow

Description

Draws the panning window.

The Paint method renders the panning window. The code behind the Paint method uses the Canvas property's Draw method to render the surface of the panning window.

See Also