C# Класс Grafiti.GRConfiguration

Base class for gesture recognizers' configuration objects. A configuration contains all the informations to parametrize the behaviour of the GR, or to make it access some resources.
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_exclusive bool

Открытые методы

Метод Описание
GRConfiguration ( ) : System
GRConfiguration ( bool exclusive ) : System

Описание методов

GRConfiguration() публичный Метод

public GRConfiguration ( ) : System
Результат System

GRConfiguration() публичный Метод

public GRConfiguration ( bool exclusive ) : System
exclusive bool
Результат System

Описание свойств

m_exclusive защищенное свойство

protected bool m_exclusive
Результат bool