RadSize
Struct
Represents a structure that defines a size in the two-dimensional space.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
C#
public struct RadSize
Inherited Members
Constructors
Fields
A RadSize instance which Width and Height are set to 0.
C#
public static readonly RadSize Empty
A RadSize instance which Width and Height are set to -1.
C#
public static readonly RadSize Invalid
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: