Rect3D Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Rect3D structure.
Overloads
Rect3D(Point3D, Size3D) |
Initializes a new instance of the Rect3D structure. |
Rect3D(Double, Double, Double, Double, Double, Double) |
Initializes a new instance of the Rect3D structure. |
Rect3D(Point3D, Size3D)
Initializes a new instance of the Rect3D structure.
public:
Rect3D(System::Windows::Media::Media3D::Point3D location, System::Windows::Media::Media3D::Size3D size);
public Rect3D (System.Windows.Media.Media3D.Point3D location, System.Windows.Media.Media3D.Size3D size);
new System.Windows.Media.Media3D.Rect3D : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Media3D.Size3D -> System.Windows.Media.Media3D.Rect3D
Public Sub New (location As Point3D, size As Size3D)
Parameters
Remarks
Rect3D is typically used to represent the bounds of a MeshGeometry3D or Model3D.
Applies to
Rect3D(Double, Double, Double, Double, Double, Double)
Initializes a new instance of the Rect3D structure.
public:
Rect3D(double x, double y, double z, double sizeX, double sizeY, double sizeZ);
public Rect3D (double x, double y, double z, double sizeX, double sizeY, double sizeZ);
new System.Windows.Media.Media3D.Rect3D : double * double * double * double * double * double -> System.Windows.Media.Media3D.Rect3D
Public Sub New (x As Double, y As Double, z As Double, sizeX As Double, sizeY As Double, sizeZ As Double)
Parameters
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET