Alx.Web.SizeAttribute.SizeAttribute C# (CSharp) 메소드

SizeAttribute() 공개 메소드

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