%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActionOsnapColor Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActionOsnapColor Method
color
A 4 sized array object defining the four values of Red, Green, Blue and Apha of the color
Sets the passed 4 sized array (R,G,B,A) as the osnaps' mark color.

Syntax

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

Parameters

color
A 4 sized array object defining the four values of Red, Green, Blue and Apha of the color

Return Value

The previous osnap color.

See Also