C# Class SEToolbox.Models.BindableSize3DIModel

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

Public Methods

Method Description
BindableSize3DIModel ( ) : System.Drawing
BindableSize3DIModel ( Size size ) : System.Drawing
BindableSize3DIModel ( Vector3I size ) : System.Drawing
BindableSize3DIModel ( int width, int height, int depth ) : System.Drawing
ToString ( ) : string
ToVector3I ( ) : Vector3I

Method Details

BindableSize3DIModel() public method

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

BindableSize3DIModel() public method

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

BindableSize3DIModel() public method

public BindableSize3DIModel ( Vector3I size ) : System.Drawing
size Vector3I
return System.Drawing

BindableSize3DIModel() public method

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

ToString() public method

public ToString ( ) : string
return string

ToVector3I() public method

public ToVector3I ( ) : Vector3I
return Vector3I