VS:SetGradientMidpointPosition/ja

From Vectorworks Developer
Revision as of 14:37, 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 SetGradientMidpointPosition(
gradient :HANDLE;
segmentIndex :INTEGER;
position :REAL);
def vs.SetGradientMidpointPosition(gradient, segmentIndex, position):
    return None

Parameters

gradient HANDLE グラデーションのハンドル
segmentIndex INTEGER 変化位置番号(最も左を1とする)
position REAL 変化の中心点の位置(0.0以上1.0以下)

Example

SetGradientMidpointPosition(gradientHandle, 4, 0.6);

Version

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