Class GridLocation
Represents a grid location.
Inheritance
System.Object
GridLocation
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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class GridLocation : ILocation
Properties
Columns
Gets or sets the number of columns.
Declaration
public int Columns { get; set; }
Property Value
System.Int32
|
LowerLeft
Gets or sets the box.
Declaration
public Coordinate LowerLeft { get; set; }
Property Value
Coordinate
|
Rows
Gets or sets the number of rows.
Declaration
public int Rows { get; set; }
Property Value
System.Int32
|
UpperRight
Gets or sets the box.
Declaration
public Coordinate UpperRight { get; set; }
Property Value
Coordinate
|