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
colorobjectThe color value to be set as active.
Examples
vdmanager.vdrawObject('canvas').SetActivePenColor({SystemColor:[255,0,0,100]});