Method | Description | |
---|---|---|
DeckShape ( ) : System | ||
GetNextCardPosition ( ) : Point | ||
UpdateCardShapes ( ) : void |
Recalculate all the card positions and animate them to the new positions Should be called when the deck change its cards order or count
|
Method | Description | |
---|---|---|
DeckSortChanged ( object sender, |
Handles the SortChanged event of the deck control.
|
|
RectBorderBackMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void | ||
RectBorderBackMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void | ||
RectBorderBackMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
RectBorderBackMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
RectBorderBackMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void |