BImageViewer.BImage.ImageOptions.SetFixedHeight C# (CSharp) 메소드

SetFixedHeight() 공개 메소드

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