An NDoc Documented Class Library

Window.RectDraw メソッド (Window, PointMode, Int32, Int32)

Windowのクライアント領域をあらわす外枠を表示します。 また、枠内の点も表示します。枠内の点をマウスで移動した際にはRectPointMovedEventが発生します。

public static void RectDraw(
   Window wTarget,
   PointMode pmMode,
   int iX,
   int iY
);

パラメータ

wTarget
対象Window
pmMode
枠内の点の座標形式
iX
枠内の点の座標(横方向)
iY
枠内の点の座標(縦方向)

参照

Window クラス | FNF.WindowController 名前空間 | Window.RectDraw オーバーロードの一覧