StructRadPoint
Struct
Represents a structure that defines a location (X, Y) in a two-dimensional space.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public struct RadPoint
Inherited Members
Constructors
RadPoint(double, double)
Initializes a new instance of the RadPoint 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
Round(RadPoint)
Rounds the X and Y members of the specified RadPoint.
Operators
operator !=(RadPoint, RadPoint)
Determines whether two RadSize structures are not equal.
operator ==(RadPoint, RadPoint)
Determines whether two RadPoint structures are equal.