Table of Contents

Method SetActivePenColor

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

SetActivePenColor(object)

Sets the given PenColor as the document's active color.

public void SetActivePenColor(object color)

Parameters

color object

The color value to be set as active.

Examples

vdmanager.vdrawObject('canvas').SetActivePenColor({SystemColor:[255,0,0,100]});