C# Class SEToolbox.Models.BindableSize3DModel

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

Public Methods

Method Description
BindableSize3DModel ( ) : System.Windows.Media.Media3D
BindableSize3DModel ( System.Windows.Media.Media3D.Rect3D size ) : System.Windows.Media.Media3D
BindableSize3DModel ( System.Windows.Media.Media3D.Size3D size ) : System.Windows.Media.Media3D
BindableSize3DModel ( int width, int height, int depth ) : System.Windows.Media.Media3D

Method Details

BindableSize3DModel() public method

public BindableSize3DModel ( ) : System.Windows.Media.Media3D
return System.Windows.Media.Media3D

BindableSize3DModel() public method

public BindableSize3DModel ( System.Windows.Media.Media3D.Rect3D size ) : System.Windows.Media.Media3D
size System.Windows.Media.Media3D.Rect3D
return System.Windows.Media.Media3D

BindableSize3DModel() public method

public BindableSize3DModel ( System.Windows.Media.Media3D.Size3D size ) : System.Windows.Media.Media3D
size System.Windows.Media.Media3D.Size3D
return System.Windows.Media.Media3D

BindableSize3DModel() public method

public BindableSize3DModel ( int width, int height, int depth ) : System.Windows.Media.Media3D
width int
height int
depth int
return System.Windows.Media.Media3D