Vcl.Touch.GestureCtrls.TCustomGestureRecorder.DrawPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawPoint(const Point: TPoint); virtual;

C++

virtual void __fastcall DrawPoint(const System::Types::TPoint &Point);

Properties

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

Description

Paints a point in the gesture recorder control.

DrawPoint is used internally by the gesture recorder control to draw a point. You can override DrawPoint in descending classes to implement custom-point drawing techniques.

See Also