LayoutFarm.Demo_DragSelectionBox.UISelectionBox.UISelectionBox C# (CSharp) Method

UISelectionBox() public method

public UISelectionBox ( int w, int h ) : System.Collections.Generic
w int
h int
return System.Collections.Generic
            public UISelectionBox(int w, int h)
                : base(w, h)
            {
            }
            public override void Walk(UIVisitor visitor)
Demo_DragSelectionBox.UISelectionBox