RadPoint3D
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:
C#
public struct RadPoint3D
Inherited Members
Constructors
Initializes a new instance of the RadPoint3D struct.
Fields
Methods
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides:
Operators
Determines whether two RadPoint3D structures are not equal.
C#
public static bool operator !=(RadPoint3D point1, RadPoint3D point2)
Determines whether two RadPoint3D structures are equal.
C#
public static bool operator ==(RadPoint3D point1, RadPoint3D point2)