'Declaration Public ReadOnly Property WindowCenter As Double
public double WindowCenter { get; }
public: __property double get_WindowCenter();
Property Value
Supported values:
- from -2^(N-1) to 2^(N-1)-1 - if image pixels are stored as the signed integer values
- from 0 to 2^N-1 - if image pixels are stored as the unsigned integer values