Vcl.Touch.GestureCtrls.TCustomGesturePreview.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGesturePreview

Description

Paints the gesture preview control on the canvas.

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

See Also