SetLineColor Method

Structured Graphics Control

Sets the line color for the shape outline.

Syntax

HTML<PARAM NAME="Line0001"
VALUE="SetLineColor( r, g, b )">
ScriptingSGObj.SetLineColor( r, g, b )
FileSetLineColor( r, g, b )

Parameters

r
Red value for the color. Integer in the range 0–255.
g
Green value for the color. Integer in the range 0–255.
b
Blue value for the color. Integer in the range 0–255.

Example

The following code sets the line color to red.

<PARAM NAME="Line0001" VALUE="SetLineColor(255,0,0)">

Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.