BImageViewer.BImage.ImageOptions.SetFixedHeight C# (CSharp) Method

SetFixedHeight() public method

public SetFixedHeight ( uint height ) : void
height uint
return void
            public void SetFixedHeight( uint height )
            {
                m_curHeight = height;
                m_minHeight = height;
                m_maxHeight = height;
            }