VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools Namespace / VisualToolMouseEventArgs Class
Конструкторы Свойства Поля Смотрите также
В этом разделе
    Члены типа VisualToolMouseEventArgs Class
    В этом разделе
    В следующих таблицах перечислены элементы, предоставляемые VisualToolMouseEventArgs.
    Публичные Конструкторы
     ИмяОписание
    Public ConstructorИнициализирует новый экземпляр класса VisualToolMouseEventArgs.
    Публичные Поля
     ИмяОписание
    Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have event data. (Наследуется от System.EventArgs)
    Публичные Свойства
     ИмяОписание
    Public PropertyGets which mouse button was pressed. (Наследуется от System.Windows.Forms.MouseEventArgs)
    Public PropertyGets the number of times the mouse button was pressed and released. (Наследуется от System.Windows.Forms.MouseEventArgs)
    Public PropertyGets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel. (Наследуется от System.Windows.Forms.MouseEventArgs)
    Public PropertyВозвращает или задает значение, указывающее, было ли обработано событие.
    Public PropertyGets the location of the mouse during the generating mouse event. (Наследуется от System.Windows.Forms.MouseEventArgs)
    Public PropertyВозвращает просмотрщик изображений, вызвавший событие.
    Public PropertyGets the x-coordinate of the mouse during the generating mouse event. (Наследуется от System.Windows.Forms.MouseEventArgs)
    Public PropertyGets the y-coordinate of the mouse during the generating mouse event. (Наследуется от System.Windows.Forms.MouseEventArgs)
    Смотрите также