GridWidgetBase.pointToCell - multiple declarations

Function GridWidgetBase.pointToCell

converts client rect relative coordinates to cell coordinates

Prototype

bool pointToCell(
  int x,
  int y,
  ref int col,
  ref int row,
  ref Rect cellRect
);

Function GridWidgetBase.pointToCell

converts client rect relative coordinates to cell coordinates

Prototype

bool pointToCell(
  int x,
  int y,
  ref int col,
  ref int row,
  ref Rect cellRect
);

Function GridWidgetBase.pointToCell

converts client rect relative coordinates to cell coordinates

Prototype

bool pointToCell(
  int x,
  int y,
  ref int col,
  ref int row,
  ref Rect cellRect
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0