Vcl.Touch.GestureMgr.TGestureCollectionItem.GetErrorMargin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetErrorMargin: Integer; override;

C++

virtual int __fastcall GetErrorMargin();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

GetErrorMargin is the abstract getter method for the ErrorMargin property.

Use the GetErrorMargin method to read the error margin value for a gesture collection item.

See Also