VS:GetFillIAxisEndPoint/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 GetFillIAxisEndPoint(
objectHandle :HANDLE;
VAR xIAxisEndPoint :REAL;
VAR yIAxisEndPoint :REAL);
def vs.GetFillIAxisEndPoint(objectHandle):
    return (xIAxisEndPoint, yIAxisEndPoint)

Parameters

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

Example

GetFillIAxisEndPoint(objectHandle, xIAxis, yIAxis);

Version

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