Struct RadSize3D
Represents a structure that defines a size in the three-dimensional space.
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public struct RadSize3D
Constructors
RadSize3D(Double, Double, Double)
Initializes a new instance of the RadSize3D struct.
Declaration
public RadSize3D(double x, double y, double z)
Parameters
System.Double
x
|
System.Double
y
|
System.Double
z
|
Fields
X
The X length.
Declaration
public double X
Field Value
System.Double
|
Y
The Y length.
Declaration
public double Y
Field Value
System.Double
|
Z
The Z length.
Declaration
public double Z
Field Value
System.Double
|
Methods
Equals(Object)
Determines whether the specified System.Object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
Operators
Equality(RadSize3D, RadSize3D)
Determines whether two RadSize3D structures are equal.
Declaration
public static bool operator ==(RadSize3D size1, RadSize3D size2)
Parameters
RadSize3D
size1
|
RadSize3D
size2
|
Returns
System.Boolean
|
Inequality(RadSize3D, RadSize3D)
Determines whether two RadSize3D structures are not equal.
Declaration
public static bool operator !=(RadSize3D size1, RadSize3D size2)
Parameters
RadSize3D
size1
|
RadSize3D
size2
|
Returns
System.Boolean
|