Point コンストラクター

Pointクラスの新しいインスタンスを初期化します

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public Point(
	int X,
	int Y
)

パラメーター

X
型: SystemInt32
横の座標
Y
型: SystemInt32
縦の座標
関連項目