Alx.Web.SizeAttribute.SizeAttribute C# (CSharp) Method

SizeAttribute() public method

public SizeAttribute ( int width, int height ) : System
width int
height int
return System
        public SizeAttribute(int width, int height)
        {
            Width = width;
            Height = height;
        }
    }
SizeAttribute