C# Класс StdPaint.PainterMouseEventArgs

Contains mouse event data for the StdPaint.Painter.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ScreenLocation Point
UnitLocation Point

Приватные методы

Метод Описание
PainterMouseEventArgs ( Point unitLoc, Point screenLoc ) : System

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

ScreenLocation публичное свойство

The location of the cursor, in screen coordinates, when the event was raised.
public Point ScreenLocation
Результат Point

UnitLocation публичное свойство

The location of the cursor, in buffer coordinates, when the event was raised.
public Point UnitLocation
Результат Point