C# Class Alx.Web.SizeAttribute

Inheritance: System.Attribute
显示文件 Open project: AlexSanseau/Web.Screenshot

Public Methods

Method Description
SizeAttribute ( int width, int height ) : System

Method Details

SizeAttribute() public method

public SizeAttribute ( int width, int height ) : System
width int
height int
return System