StructRadSize3D
Struct
Represents a structure that defines a size in the three-dimensional space.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public struct RadSize3D
Inherited Members
Constructors
RadSize3D(double, double, double)
Initializes a new instance of the RadSize3D struct.
Fields
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 !=(RadSize3D, RadSize3D)
Determines whether two RadSize3D structures are not equal.
operator ==(RadSize3D, RadSize3D)
Determines whether two RadSize3D structures are equal.