VS:SetGradientMidpointPosition/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:37, 12 August 2013

.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