LayoutFarm.Demo_DragSelectionBox.UISelectionBox.UISelectionBox C# (CSharp) Метод

UISelectionBox() публичный Метод

public UISelectionBox ( int w, int h ) : System.Collections.Generic
w int
h int
Результат System.Collections.Generic
            public UISelectionBox(int w, int h)
                : base(w, h)
            {
            }
            public override void Walk(UIVisitor visitor)
Demo_DragSelectionBox.UISelectionBox