StructRadPoint3D
Struct
Represents a structure that defines a 3D location (X, Y, Z) in a three-dimensional space.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public struct RadPoint3D
Inherited Members
Constructors
RadPoint3D(double, double, double)
Initializes a new instance of the RadPoint3D 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 !=(RadPoint3D, RadPoint3D)
Determines whether two RadPoint3D structures are not equal.
Declaration
cs-api-definition
public static bool operator !=(RadPoint3D point1, RadPoint3D point2)
Parameters
point1
point2
Returns
operator ==(RadPoint3D, RadPoint3D)
Determines whether two RadPoint3D structures are equal.
Declaration
cs-api-definition
public static bool operator ==(RadPoint3D point1, RadPoint3D point2)
Parameters
point1
point2
Returns