C# 클래스 ZForge.Controls.XPTable.Models.CellPos

파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty CellPos

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CellPos ( int row, int column ) : System

Initializes a new instance of the CellPos class with the specified row index and column index

Equals ( object obj ) : bool

Tests whether obj is a CellPos structure with the same values as this CellPos structure

GetHashCode ( ) : int

Returns the hash code for this CellPos structure

Offset ( int rows, int columns ) : void

Translates this CellPos by the specified amount

ToString ( ) : string

Converts the attributes of this CellPos to a human-readable string

operator ( ) : bool

Tests whether two CellPos structures differ in their Row and Column properties

메소드 상세

CellPos() 공개 메소드

Initializes a new instance of the CellPos class with the specified row index and column index
public CellPos ( int row, int column ) : System
row int The Row index of the CellPos
column int The Column index of the CellPos
리턴 System

Equals() 공개 메소드

Tests whether obj is a CellPos structure with the same values as this CellPos structure
public Equals ( object obj ) : bool
obj object The Object to test
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this CellPos structure
public GetHashCode ( ) : int
리턴 int

Offset() 공개 메소드

Translates this CellPos by the specified amount
public Offset ( int rows, int columns ) : void
rows int The amount to offset the row index
columns int The amount to offset the column index
리턴 void

ToString() 공개 메소드

Converts the attributes of this CellPos to a human-readable string
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Tests whether two CellPos structures differ in their Row and Column properties
public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

Repsesents a null CellPos
public static CellPos,ZForge.Controls.XPTable.Models Empty
리턴 CellPos