C# 클래스 Cyjb.Projects.JigsawGame.NewGameForm.Partition

表示拼图的一个合理划分。
파일 보기 프로젝트 열기: CYJB/Cyjb.Projects.JigsawGame

공개 프로퍼티들

프로퍼티 타입 설명
HorizontalDimension int
PieceCount int
VerticalDimension int

공개 메소드들

메소드 설명
Partition ( int count, int hDim ) : System

메소드 상세

Partition() 공개 메소드

public Partition ( int count, int hDim ) : System
count int
hDim int
리턴 System

프로퍼티 상세

HorizontalDimension 공개적으로 프로퍼티

拼图横向分割的块数。
public int HorizontalDimension
리턴 int

PieceCount 공개적으로 프로퍼티

拼图被分割的总块数。
public int PieceCount
리턴 int

VerticalDimension 공개적으로 프로퍼티

拼图纵向分割的块数。
public int VerticalDimension
리턴 int