VS:SetWSPlacement/ja

From Vectorworks Developer
Revision as of 14:39, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

ハンドルで指定したワークシートのウインドウ位置を設定にします。

PROCEDURE SetWSPlacement(
worksheet :HANDLE;
top :INTEGER;
left :INTEGER;
bottom :INTEGER;
right :INTEGER);
def vs.SetWSPlacement(worksheet, top, left, bottom, right):
    return None

Parameters

worksheet HANDLE ワークシートのハンドル
top INTEGER 左上のX座標
left INTEGER 左上のY座標
bottom INTEGER 右下のX座標
right INTEGER 右下のY座標

Version

利用可能バージョン: VectorWorks9.0