Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddBlackPearl(int, int)

  • Declared in: PuzzleSolvers.Masyu

Declaration

public void AddBlackPearl(
    int x,
    int y
)

Summary

Adds a black pearl constraint to the puzzle.

Parameters

intx Specifies the column within the grid containing the new pearl.
inty Specifies the row within the grid containing the new pearl.