Class Geometry3D
Classes that derive from this abstract base class define 3D geometric shapes. The Geometry3D class of objects can be used for hit-testing and rendering 3D graphic data.
Inherited Members
Namespace: Telerik.Windows.Media.Media3D
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class Geometry3D : Freezable, INotifyPropertyChanged
Constructors
Geometry3D()
Declaration
protected Geometry3D()
Properties
Bounds
Gets a Rect3D that specifies the axis-aligned bounding box of this Geometry3D.
Declaration
public abstract Rect3D Bounds { get; }
Property Value
Rect3D
|