WeifenLuo.WinFormsUI.Docking.FloatWindow.FloatAt C# (CSharp) Méthode

FloatAt() public méthode

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