Method | Description | |
---|---|---|
Clone ( ) : object | ||
CrossPattern ( int startX, int startY, int length, bool isHorizontal ) : System | ||
GetWord ( ) : string | ||
ToString ( ) : string | ||
TryFill ( string word, ICrossDictionary dict ) : CrossTransformation | ||
TryFillPuzzle ( string word, ICrossDictionary dict ) : CrossTransformation |
Method | Description | |
---|---|---|
TryFill ( string word, ICrossDictionary dict, bool puzzle ) : CrossTransformation |
public CrossPattern ( int startX, int startY, int length, bool isHorizontal ) : System | ||
startX | int | |
startY | int | |
length | int | |
isHorizontal | bool | |
return | System |
public TryFill ( string word, ICrossDictionary dict ) : CrossTransformation | ||
word | string | |
dict | ICrossDictionary | |
return | CrossTransformation |
public TryFillPuzzle ( string word, ICrossDictionary dict ) : CrossTransformation | ||
word | string | |
dict | ICrossDictionary | |
return | CrossTransformation |