Model3D.Bounds Property

Definition

Gets a Rect3D that specifies the axis-aligned bounding box of this Model3D.

public:
 property System::Windows::Media::Media3D::Rect3D Bounds { System::Windows::Media::Media3D::Rect3D get(); };
public System.Windows.Media.Media3D.Rect3D Bounds { get; }
member this.Bounds : System.Windows.Media.Media3D.Rect3D
Public ReadOnly Property Bounds As Rect3D

Property Value

A Rect3D bounding box for the model.

Applies to