ST15XXNativeInputWidth Property | |
Gets the native width of the input surface.
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public override int NativeInputWidth { get; }
Public Overrides ReadOnly Property NativeInputWidth As Integer
Get
public:
virtual property int NativeInputWidth {
int get () override;
}
abstract NativeInputWidth : int with get
override NativeInputWidth : int with get
Property Value
Type:
Int32
The native width of the input surface.
See Also