Initializes a new instance of the Smartpen class using a Pen Handle
public Smartpen(PenHandle penHandle);
Parameters |
Description |
PenHandle penHandle |
A PenHandle is used when getting smartpen information. Retrieve the PenHandle for the smartpen from the attach event callback (SmartpenAttachNormalEvent). Or get a list of PenHandle objects from the Smartpens.PenHandles property. |