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) です。

注釈

3-D 座標系では、正の Y 軸が上を向きます (カメラの UpDirection プロパティが正であると仮定)。 したがって、このプロパティは通常、シーン内の左下隅の背面を Rect3D 表します。

Rect3Dは通常、a または Model3DMeshGeometry3D境界を表すために使用されます。

Size3D これらの Rect3D 型を使用する WPF 3D オブジェクト モデルには設定可能なプロパティが存在しないため、通常は XAML では使用されません。

適用対象