C# 클래스 MiniGame.GridObjects

파일 보기 프로젝트 열기: rechc/KinectMiniApps

공개 프로퍼티들

프로퍼티 타입 설명
column int
image System.Windows.Controls.Grid
row int

공개 메소드들

메소드 설명
GridObjects ( Grid image, int column, int row ) : System

메소드 상세

GridObjects() 공개 메소드

public GridObjects ( Grid image, int column, int row ) : System
image System.Windows.Controls.Grid
column int
row int
리턴 System

프로퍼티 상세

column 공개적으로 프로퍼티

public int column
리턴 int

image 공개적으로 프로퍼티

public Grid,System.Windows.Controls image
리턴 System.Windows.Controls.Grid

row 공개적으로 프로퍼티

public int row
리턴 int