VS:GetCharColor/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision: Japanese Reference for 2016)
 
(No difference)

Latest revision as of 12:28, 14 January 2016

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

Description

任意の文字図形の、指定した位置にある文字の色を返します。

PROCEDURE GetCharColor(
theText :HANDLE;
position :INTEGER;
VAR red :LONGINT;
VAR green :LONGINT;
VAR blue :LONGINT);
def vs.GetCharColor(theText, position):
    return (red, green, blue)

Parameters

theText HANDLE 文字図形のハンドル
position INTEGER 文字の位置(0を基準)
red LONGINT
green LONGINT
blue LONGINT

Version

利用可能バージョン: Vectorworks 2016