VS:SetFillIAxisEndPoint/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

I軸の終点座標を設定します。


注:グラデーションやイメージ属性をもつ2次元図形でのみ動作します。

PROCEDURE SetFillIAxisEndPoint(
objectHandle :HANDLE;
xIAxisEndPoint :REAL;
yIAxisEndPoint :REAL);
def vs.SetFillIAxisEndPoint(objectHandle, xIAxisEndPoint, yIAxisEndPoint):
    return None

Parameters

objectHandle HANDLE 図形のハンドル
xIAxisEndPoint REAL I軸終点のX座標
yIAxisEndPoint REAL I軸終点のY座標

Example

SetFillIAxisEndPoint(objectHandle, 20.0, 10.0);

Version

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