Rect3D.Location 属性

定义

获取或设置表示 Point3D 原点的 Rect3D

public:
 property System::Windows::Media::Media3D::Point3D Location { System::Windows::Media::Media3D::Point3D get(); void set(System::Windows::Media::Media3D::Point3D value); };
public System.Windows.Media.Media3D.Point3D Location { get; set; }
member this.Location : System.Windows.Media.Media3D.Point3D with get, set
Public Property Location As Point3D

属性值

Point3D

表示 Point3D 原点的 Rect3D,该原点通常位于后侧左下角。 默认值为 (0,0,0)。

注解

请注意,在三维坐标系中,正 Y 轴指向 (假设相机 UpDirection 的属性为正) 。 因此,此属性通常表示场景中的后下角 Rect3D

Rect3D通常用于表示或Model3D的边界MeshGeometry3D

Size3D 并且 Rect3D 通常不用于 XAML,因为 WPF 3D 对象模型中没有使用这些类型的可设置属性。

适用于