Struct GridPoint
Represents an x- and y-coordinate pair in two-dimensional layout grid space to identify a grid cell.
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
  Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public struct GridPointConstructors
| Name | Description | 
|---|---|
| GridPoint(Int32, Int32) | Initializes a new instance of GridPoint. | 
Fields
| Name | Description | 
|---|---|
| X | Gets the X-coordinate value of this GridPoint structure. | 
| Y | Gets the Y-coordinate value of this GridPoint structure. |