Vcl.Touch.GestureCtrls.TCustomGesturePreview.DrawGesturePoints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawGesturePoints; virtual;

C++

virtual void __fastcall DrawGesturePoints();

Properties

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

Description

Paints the points in the gesture preview control.

DrawGesturePoints is used internally by the gesture preview control to draw the gesture points. You can override DrawGesturePoints in descending classes to implement custom-point drawing techniques.

See Also