%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActionFillColor Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActionFillColor 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 fill color of the new rectangle created through the GetUserRect action. By default action's fillcolor property is null, so no collor will be used.

Syntax

JScript 
public function SetActionFillColor( 
   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