Show / Hide Table of Contents

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 GridPoint

Constructors

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.

Extension Methods

ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest