C# 클래스 DdsPlay.Controls.DeckShape

Interaction logic for DeckShape.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: anorsich/dds.net 1 사용 예제들

공개 메소드들

메소드 설명
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