C# Class StdPaint.PainterMouseEventArgs

Contains mouse event data for the StdPaint.Painter.
Inheritance: System.EventArgs
显示文件 Open project: TheBerkin/StdPaint Class Usage Examples

Public Properties

Property Type Description
ScreenLocation Point
UnitLocation Point

Private Methods

Method Description
PainterMouseEventArgs ( Point unitLoc, Point screenLoc ) : System

Property Details

ScreenLocation public_oe property

The location of the cursor, in screen coordinates, when the event was raised.
public Point ScreenLocation
return Point

UnitLocation public_oe property

The location of the cursor, in buffer coordinates, when the event was raised.
public Point UnitLocation
return Point