VS:GetCharColor/ja

From Vectorworks Developer
Jump to navigation Jump to search

.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