%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
ActionScaleMode Property
See Also 
vdWebLibrary Namespace > vdrawObj Class : ActionScaleMode Property
Get / Set the way that user scale action is applied, when user run the CmdScale or scale.

Syntax

JScript 
public function get,set ActionScaleMode : boolean

Remarks

Default value is 0.

Set it to 1 in order additional scale to be applied, as the division with bounding box size of the selected entities.

This will keep the scaling bounds near to the selected entities bounds.

See Also