Method | Description | |
---|---|---|
DeckGrid ( ) : System | ||
InSelectedCell ( EncounterCard card ) : bool | ||
analyse_deck ( ) : void |
Method | Description | |
---|---|---|
OnCellActivated ( ) : void | ||
OnClick ( EventArgs e ) : void | ||
OnDoubleClick ( EventArgs e ) : void | ||
OnMouseLeave ( EventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnSelectedCellChanged ( ) : void |
Method | Description | |
---|---|---|
get_rect ( int x, int y ) : RectangleF |
public InSelectedCell ( EncounterCard card ) : bool | ||
card | EncounterCard | |
return | bool |
protected OnDoubleClick ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |