STSignaturePointB Property | |
Gets or sets the Blue channel of the pointNumber on the screen
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public byte B { get; set; }
Public Property B As Byte
Get
Set
public:
virtual property unsigned char B {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract B : byte with get, set
override B : byte with get, set
Property Value
Type:
Byte
the amount of blue, 0 none, 255 highest intensity
Implements
ISTSignaturePointBSee Also