Rect3D.Location プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 の原点を表す Rect3D。通常は背面左下隅です。 既定値は (0,0,0) です。
注釈
3-D 座標系では、正の Y 軸が上を向きます (カメラの UpDirection プロパティが正であると仮定)。 したがって、このプロパティは通常、シーン内の左下隅の背面を Rect3D 表します。
Rect3Dは通常、a または Model3DのMeshGeometry3D境界を表すために使用されます。
Size3D これらの Rect3D 型を使用する WPF 3D オブジェクト モデルには設定可能なプロパティが存在しないため、通常は XAML では使用されません。