%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActivePenWidth Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActivePenWidth Method
pw
The PenWidth value to be set as active.
Sets the given PenWidth as the document's active PenWidth.

Syntax

JScript 
public function SetActivePenWidth( 
   pw : double
);

Parameters

pw
The PenWidth value to be set as active.

See Also