Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Cyjb
Projects
JigsawGame
NewGameForm.Partition
C# Class Cyjb.Projects.JigsawGame.NewGameForm.Partition
表示拼图的一个合理划分。
Datei anzeigen
Open project: CYJB/Cyjb.Projects.JigsawGame
Public Properties
Property
Type
Description
HorizontalDimension
int
PieceCount
int
VerticalDimension
int
Public Methods
Method
Description
Partition
(
int
count
,
int
hDim
) :
System
Method Details
Partition()
public
method
public
Partition
(
int
count
,
int
hDim
) :
System
count
int
hDim
int
return
System
Property Details
HorizontalDimension
public_oe property
拼图横向分割的块数。
public
int
HorizontalDimension
return
int
PieceCount
public_oe property
拼图被分割的总块数。
public
int
PieceCount
return
int
VerticalDimension
public_oe property
拼图纵向分割的块数。
public
int
VerticalDimension
return
int