VS:GetFillJAxisEndPoint/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

J軸の終点座標を返します。


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

PROCEDURE GetFillJAxisEndPoint(
objectHandle :HANDLE;
VAR xJAxisEndPoint :REAL;
VAR yJAxisEndPoint :REAL);
def vs.GetFillJAxisEndPoint(objectHandle):
    return (xJAxisEndPoint, yJAxisEndPoint)

Parameters

objectHandle HANDLE 図形のハンドル
xJAxisEndPoint REAL J軸終点のX座標
yJAxisEndPoint REAL J軸終点のY座標

Example

GetFillJAxisEndPoint(objectHandle, xJAxis, yJAxis);

Version

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