Difference between revisions of "VS:SetPenFore/ja"

From Vectorworks Developer
Jump to: navigation, search
m (1 revision)
 
m (1 revision)

Revision as of 10:38, 12 August 2013

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


Description

ハンドルで指定した図形の線の色を、指定した色に変更します。値の範囲は0から65535までです。
PROCEDURE SetPenFore(
h  :HANDLE;
color  :LONGINT);
def vs.SetPenFore(h, color):
    return None

Parameters

h HANDLE 図形のハンドル
color LONGINT 赤、緑、青の成分

Example

SetPenFore(HandleToObj,65535,0,39321); 

Version

利用可能バージョン: MiniCAD

See Also

関連関数:

VS:RGBToColorIndex | VS:ColorIndexToRGB

関連関数:

[[VS:RGBToColorIndex]]

| [[VS:ColorIndexToRGB]]
Personal tools
NamespacesFFFF

Variants
Actions
Advanced Search
See Also
Navigation
Toolbox
In other languages