RadPoint
Struct
Represents a structure that defines a location (X, Y) in a two-dimensional space.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
C#
public struct RadPoint
Inherited Members
Constructors
Fields
A RadPoint instance which X and Y values are set to 0.
C#
public static readonly RadPoint Empty
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: