Class RadRect3D
Represents a structure that defines a 3D rect in a three-dimensional space that is defined by a location and size.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class RadRect3D : ValueType
Constructors
RadRect3D(RadPoint3D, RadSize3D)
Initializes a new instance of the Rad
Declaration
public RadRect3D(RadPoint3D location, RadSize3D size)
Parameters
Rad
|
Rad
|
Fields
Location
Gets or sets a RadPoint3D that represents the origin of the 3D rect.
Declaration
public RadPoint3D Location
Field Value
Size
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Operators
Equality(RadRect3D, RadRect3D)
Determines whether two Rad
Declaration
public static bool operator ==(RadRect3D rect1, RadRect3D rect2)
Parameters
Returns
System.
|
Inequality(RadRect3D, RadRect3D)
Determines whether two Rad
Declaration
public static bool operator !=(RadRect3D rect1, RadRect3D rect2)
Parameters
Returns
System.
|