Class Pixel
Pixel DataContract class.
Inheritance
System.Object
Pixel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Pixel
Constructors
Pixel()
Declaration
public Pixel()
Properties
X
Gets or sets the X.
Declaration
public string X { get; set; }
Property Value
System.String
|
Y
Gets or sets the Y.
Declaration
public string Y { get; set; }
Property Value
System.String
|