C# Класс DdsPlay.Controls.DeckShape

Interaction logic for DeckShape.xaml
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
DeckSortChanged ( object sender, EventArgs e ) : void

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

Описание методов

DeckShape() публичный Метод

public DeckShape ( ) : System
Результат System

GetNextCardPosition() публичный Метод

public GetNextCardPosition ( ) : Point
Результат Point

UpdateCardShapes() публичный Метод

Recalculate all the card positions and animate them to the new positions Should be called when the deck change its cards order or count
public UpdateCardShapes ( ) : void
Результат void