Метод | Описание | |
---|---|---|
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 |
public BindableSize3DModel ( ) : System.Windows.Media.Media3D | ||
Результат | System.Windows.Media.Media3D |
public BindableSize3DModel ( System.Windows.Media.Media3D.Rect3D size ) : System.Windows.Media.Media3D | ||
size | System.Windows.Media.Media3D.Rect3D | |
Результат | System.Windows.Media.Media3D |
public BindableSize3DModel ( System.Windows.Media.Media3D.Size3D size ) : System.Windows.Media.Media3D | ||
size | System.Windows.Media.Media3D.Size3D | |
Результат | System.Windows.Media.Media3D |
public BindableSize3DModel ( int width, int height, int depth ) : System.Windows.Media.Media3D | ||
width | int | |
height | int | |
depth | int | |
Результат | System.Windows.Media.Media3D |