RadRect3D
Struct
Represents a structure that defines a 3D rect in a three-dimensional space that is defined by a location and size.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public struct RadRect3D
Inherited Members
Constructors
Initializes a new instance of the RadRect3D struct.
Fields
Gets or sets a RadPoint3D that represents the origin of the 3D rect.
C#
public RadPoint3D Location
Methods
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides: