Click or drag to resize
ISTSignaturePoint InterfaceScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/

Information about a pointNumber on the digitizer.

Not all information is supported by every digitizer.

The ST1500U supports X, Y, SwitchStatus only.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public interface ISTSignaturePoint

The ISTSignaturePoint type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets or sets the Alpha channel of the pointNumber on the screen
Public propertyB
Gets or sets the Blue channel of the pointNumber on the screen
Public propertyG
Gets or sets the Green channel of the pointNumber on the screen
Public propertyR
Gets or sets the Red channel of the pointNumber on the screen
Public propertySwitchStatus
Gets the switch status
Public propertyX
Gets or sets the horizontal pointNumber on the digitizer
Public propertyY
Gets or sets the vertical position on the digitizer
Top
See Also