ProjectionCamera.Position 属性

定义

获取或设置以世界坐标表示的摄像机位置。

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

属性值

Point3D

指定摄像机位置的 Point3D

示例

<Viewport3D.Camera>
  <PerspectiveCamera FarPlaneDistance="20" LookDirection="5,-2,-3" UpDirection="0,1,0" NearPlaneDistance="0" Position="-5,2,3" FieldOfView="45" />
</Viewport3D.Camera>

注解

请注意,此属性返回相机的位置,而不是 LookDirection 相机投影居中的位置。

依赖项属性信息

标识符字段 PositionProperty
元数据属性设置为 true

适用于