Struct RadPoint
Represents a structure that defines a location (X, Y) in a two-dimensional space.
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
public struct RadPoint
Constructors
RadPoint(Double, Double)
Initializes a new instance of the Rad
Declaration
public RadPoint(double x, double y)
Parameters
System. The x. |
System. The y. |
Fields
Empty
A Rad
Declaration
public static readonly RadPoint Empty
Field Value
X
The X-coordinate of the point.
Declaration
public double X
Field Value
System.
|
Y
The Y-coordinate of the point.
Declaration
public double Y
Field Value
System.
|
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. 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 Rad
Declaration
public static RadPoint Round(RadPoint point)
Parameters
Rad
|
Returns
Operators
Equality(RadPoint, RadPoint)
Determines whether two Rad
Declaration
public static bool operator ==(RadPoint pt1, RadPoint pt2)
Parameters
Returns
System.
|
Inequality(RadPoint, RadPoint)
Determines whether two Rad
Declaration
public static bool operator !=(RadPoint pt1, RadPoint pt2)
Parameters
Returns
System.
|