Exemple #1
0
 /// <summary>
 /// Sets the value of the pen's sensitivity property that controls the force sensor(c-type) of pen.
 /// </summary>
 /// <param name="step">the value of sensitivity. (0~4, 0 means maximum sensitivity)</param>
 public void SetFscSensitivity(short step)
 {
     Request(null, () => mClientV2.ReqSetupPenFscSensitivity(step));
 }