%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActionOsnapSize Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActionOsnapSize Method
size
The size of the osnap mark in pixels.
Sets the passed number as the osnaps' mark size in pixels.

Syntax

JScript 
public function SetActionOsnapSize( 
   size : int
) : int;

Parameters

size
The size of the osnap mark in pixels.

Return Value

The previous osnap mark size.

See Also