C# Class Grafiti.GestureRecognizers.MultiTraceGRConfiguration

Inheritance: Grafiti.GRConfiguration
Afficher le fichier Open project: nuigroup/grafiti Class Usage Examples

Méthodes publiques

Свойство Type Description
ALLOW_AUTOLINK bool
MAX_SQUARE_DISTANCE float
RECOGNIZE_WHEN_ENDED bool

Méthodes publiques

Méthode 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 méthode

public MultiTraceGRConfiguration ( ) : System
Résultat System

MultiTraceGRConfiguration() public méthode

public MultiTraceGRConfiguration ( bool exclusive ) : System
exclusive bool
Résultat System

MultiTraceGRConfiguration() public méthode

public MultiTraceGRConfiguration ( bool exclusive, float maxSquareDistance, bool recognizeWhenEnded, bool allowAutolink ) : System
exclusive bool
maxSquareDistance float
recognizeWhenEnded bool
allowAutolink bool
Résultat System

MultiTraceGRConfiguration() public méthode

public MultiTraceGRConfiguration ( float maxSquareDistance, bool recognizeWhenEnded, bool allowAutolink ) : System
maxSquareDistance float
recognizeWhenEnded bool
allowAutolink bool
Résultat System

Property Details

ALLOW_AUTOLINK public_oe property

public bool ALLOW_AUTOLINK
Résultat bool

MAX_SQUARE_DISTANCE public_oe property

public float MAX_SQUARE_DISTANCE
Résultat float

RECOGNIZE_WHEN_ENDED public_oe property

public bool RECOGNIZE_WHEN_ENDED
Résultat bool