C# Class Grafiti.GestureRecognizers.MultiTraceGRConfiguration

Inheritance: Grafiti.GRConfiguration
显示文件 Open project: nuigroup/grafiti Class Usage Examples

Public Properties

Property Type Description
ALLOW_AUTOLINK bool
MAX_SQUARE_DISTANCE float
RECOGNIZE_WHEN_ENDED bool

Public Methods

Method Description
MultiTraceGRConfiguration ( ) : System
MultiTraceGRConfiguration ( bool exclusive ) : System
MultiTraceGRConfiguration ( bool exclusive, float maxSquareDistance, bool recognizeWhenEnded, bool allowAutolink ) : System
MultiTraceGRConfiguration ( float maxSquareDistance, bool recognizeWhenEnded, bool allowAutolink ) : System

Method Details

MultiTraceGRConfiguration() public method

public MultiTraceGRConfiguration ( ) : System
return System

MultiTraceGRConfiguration() public method

public MultiTraceGRConfiguration ( bool exclusive ) : System
exclusive bool
return System

MultiTraceGRConfiguration() public method

public MultiTraceGRConfiguration ( bool exclusive, float maxSquareDistance, bool recognizeWhenEnded, bool allowAutolink ) : System
exclusive bool
maxSquareDistance float
recognizeWhenEnded bool
allowAutolink bool
return System

MultiTraceGRConfiguration() public method

public MultiTraceGRConfiguration ( float maxSquareDistance, bool recognizeWhenEnded, bool allowAutolink ) : System
maxSquareDistance float
recognizeWhenEnded bool
allowAutolink bool
return System

Property Details

ALLOW_AUTOLINK public_oe property

public bool ALLOW_AUTOLINK
return bool

MAX_SQUARE_DISTANCE public_oe property

public float MAX_SQUARE_DISTANCE
return float

RECOGNIZE_WHEN_ENDED public_oe property

public bool RECOGNIZE_WHEN_ENDED
return bool