LayoutFarm.CustomWidgets.ImageBox.ImageBox C# (CSharp) Method

ImageBox() public method

public ImageBox ( int width, int height ) : LayoutFarm.UI
width int
height int
return LayoutFarm.UI
        public ImageBox(int width, int height)
            : base(width, height)
        {
        }
        public ImageBinder ImageBinder