Vcl.Touch.GestureCtrls.TCustomGestureRecorder.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.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureRecorder

Description

Paints the gesture recorder control on the canvas.

Paint is used internally to paint the contents of the gesture recorder control onto its canvas.

See Also