StructRadRect3D
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:
cs-api-definition
public struct RadRect3D
Inherited Members
Constructors
RadRect3D(RadPoint3D, RadSize3D)
Initializes a new instance of the RadRect3D struct.
Declaration
cs-api-definition
public RadRect3D(RadPoint3D location, RadSize3D size)
Parameters
location
size
Fields
Location
Gets or sets a RadPoint3D that represents the origin of the 3D rect.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Operators
operator !=(RadRect3D, RadRect3D)
Determines whether two RadRect3D structures are not equal.
operator ==(RadRect3D, RadRect3D)
Determines whether two RadRect3D structures are equal.