C# 클래스 Deal, Deal

파일 보기 프로젝트 열기: hbons/Deal 1 사용 예제들

공개 메소드들

메소드 설명
AnimateProperty ( Actor, Actor, uint Time, string Property, float To, uint Delay ) : Timeline,
InArray ( int a, int b ) : bool
ToggleSelection ( object o, ButtonPressEventArgs args ) : void

비공개 메소드들

메소드 설명
HandleKeyPress ( object o, KeyPressEventArgs, args ) : void
IncreaseBet ( object Object, ButtonPressEventArgs ButtonPressEventArgs ) : void
Main ( ) : void
NewGame ( object o, ButtonPressEventArgs args ) : void
NextStep ( object o, ButtonPressEventArgs args ) : void
SetupAnimation ( ) : void

메소드 상세

AnimateProperty() 공개 정적인 메소드

public static AnimateProperty ( Actor, Actor, uint Time, string Property, float To, uint Delay ) : Timeline,
Actor Actor,
Time uint
Property string
To float
Delay uint
리턴 Timeline,

InArray() 공개 정적인 메소드

public static InArray ( int a, int b ) : bool
a int
b int
리턴 bool

ToggleSelection() 공개 정적인 메소드

public static ToggleSelection ( object o, ButtonPressEventArgs args ) : void
o object
args ButtonPressEventArgs
리턴 void