C# Class SEToolbox.Models.BindableSizeModel

Inheritance: BaseModel
ファイルを表示 Open project: midspace/SEToolbox Class Usage Examples

Public Methods

Method Description
BindableSizeModel ( ) : System.Drawing
BindableSizeModel ( Size size ) : System.Drawing
BindableSizeModel ( int width, int height ) : System.Drawing

Method Details

BindableSizeModel() public method

public BindableSizeModel ( ) : System.Drawing
return System.Drawing

BindableSizeModel() public method

public BindableSizeModel ( Size size ) : System.Drawing
size System.Drawing.Size
return System.Drawing

BindableSizeModel() public method

public BindableSizeModel ( int width, int height ) : System.Drawing
width int
height int
return System.Drawing