ImageGlass.ImageBox.GetInsideViewPort C# (CSharp) Method

GetInsideViewPort() public method

Gets the inside view port, excluding any padding.
public GetInsideViewPort ( ) : Rectangle
return System.Drawing.Rectangle
        public Rectangle GetInsideViewPort()
        {
            return GetInsideViewPort(false);
        }

Same methods

ImageBox::GetInsideViewPort ( bool includePadding ) : Rectangle
ImageBox