Click or drag to resize
STSignaturePoint ClassScriptel 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.
Inheritance Hierarchy
SystemObject
  Scriptel.STSeriesSTSignaturePoint

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

The STSignaturePoint type exposes the following members.

Constructors
  NameDescription
Public methodSTSignaturePoint
Initializes a new instance of the STSignaturePoint class.
Public methodSTSignaturePoint(STSignaturePoint)
Initializes a new instance of the STSignaturePoint class. Copy constructor
Top
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 or sets the switch status
Public propertyX
Gets or sets the horizontal position on the digitizer
Public propertyY
Gets or sets the vertical position on the digitizer
Top
See Also