Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddWhitePearl(int, int)

  • Declared in: PuzzleSolvers.Masyu

Declaration

public void AddWhitePearl(
    int x,
    int y
)

Summary

Adds a white 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.