%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActionLineColor Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActionLineColor Method
color
A 4 sized array object defining the four values of Red, Green, Blue and Apha or null for the default value.
Sets the color of the new lines created through the actions.

Syntax

JScript 
public function SetActionLineColor( 
   color : Object
) : Object;

Parameters

color
A 4 sized array object defining the four values of Red, Green, Blue and Apha or null for the default value.

Return Value

The color object that was set.

See Also