C# 클래스 StdPaint.PainterMouseEventArgs

Contains mouse event data for the StdPaint.Painter.
상속: System.EventArgs
파일 보기 프로젝트 열기: TheBerkin/StdPaint 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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