VS:SetVPLrOvrdPenFore/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

ビューポートレイヤの線の前景色を設定します。

PROCEDURE SetVPLrOvrdPenFore(
viewportHandle :HANDLE;
layerHandle :HANDLE;
colorRV :LONGINT;
colorGV :LONGINT;
colorBV :LONGINT);
def vs.SetVPLrOvrdPenFore(viewportHandle, layerHandle, colorRV, colorGV, colorBV):
    return None

Parameters

viewportHandle HANDLE ビューポートへのハンドル
layerHandle HANDLE レイヤへのハンドル
colorRV LONGINT 色の赤要素 (0-65535)
colorGV LONGINT 色の緑要素 (0-65535)
colorBV LONGINT 色の青要素 (0-65535)

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:GetVPLrOvrdPenFore

VS Functions: [[VS:GetVPLrOvrdPenFore]]