Class MouseEventArg
Inheritance
System.Object
MouseEventArg
名前空間: OTZControls.Utilities
アセンブリ: OTZControls.dll
Syntax
public class MouseEventArg : EventArgs
コンストラクタ
MouseEventArg(Int32, Int32)
宣言
public MouseEventArg(int x, int y)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Int32 | x | |
System.Int32 | y |
プロパティ
Point
宣言
public Point Point { get; }
プロパティ値
型 | 説明 |
---|---|
System.Drawing.Point |