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

<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 なし

適用対象