ARCed.UI.FloatWindow.FloatAt C# (CSharp) Method

FloatAt() public method

public FloatAt ( Rectangle floatWindowBounds ) : void
floatWindowBounds System.Drawing.Rectangle
return void
        public void FloatAt(Rectangle floatWindowBounds)
        {
            Bounds = floatWindowBounds;
        }