Class RadSize3D
Represents a structure that defines a size in the three-dimensional space.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class RadSize3D : ValueType
Constructors
RadSize3D(Double, Double, Double)
Initializes a new instance of the Rad
Declaration
public RadSize3D(double x, double y, double z)
Parameters
System.
|
System.
|
System.
|
Fields
X
The X length.
Declaration
public double X
Field Value
System.
|
Y
The Y length.
Declaration
public double Y
Field Value
System.
|
Z
The Z length.
Declaration
public double Z
Field Value
System.
|
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(RadSize3D, RadSize3D)
Determines whether two Rad
Declaration
public static bool operator ==(RadSize3D size1, RadSize3D size2)
Parameters
Returns
System.
|
Inequality(RadSize3D, RadSize3D)
Determines whether two Rad
Declaration
public static bool operator !=(RadSize3D size1, RadSize3D size2)
Parameters
Returns
System.
|