ARCed.UI.DockContent.FloatAt C# (CSharp) 메소드

FloatAt() 개인적인 메소드

private FloatAt ( Rectangle floatWindowBounds ) : void
floatWindowBounds System.Drawing.Rectangle
리턴 void
        public void FloatAt(Rectangle floatWindowBounds)
        {
            this.DockHandler.FloatAt(floatWindowBounds);
        }