C# 클래스 FECipherVit.CardPic

상속: System.Windows.Forms.PictureBox
파일 보기 프로젝트 열기: sdercolin/FECipherVit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Counter System.Windows.Forms.PictureBox
Counter2 System.Windows.Forms.PictureBox
FrontShown bool
IsHorizontal bool
NumberInDeck int
SerialNo string
ToolTip System.Windows.Forms.ToolTip
ToolTip2 System.Windows.Forms.ToolTip
Type string
Visible bool
thisCard Card

공개 메소드들

메소드 설명
CardPic ( Card card, string type, FECipherVit Owner ) : System
Reverse ( ) : void
ReverseToBack ( ) : void
ReverseToFront ( ) : void
Rotate ( ) : void
SetCounter ( bool IsRivalCard ) : void
SetHorizontal ( ) : void
UnSetHorizontal ( ) : void

메소드 상세

CardPic() 공개 메소드

public CardPic ( Card card, string type, FECipherVit Owner ) : System
card Card
type string
Owner FECipherVit
리턴 System

Reverse() 공개 메소드

public Reverse ( ) : void
리턴 void

ReverseToBack() 공개 메소드

public ReverseToBack ( ) : void
리턴 void

ReverseToFront() 공개 메소드

public ReverseToFront ( ) : void
리턴 void

Rotate() 공개 메소드

public Rotate ( ) : void
리턴 void

SetCounter() 공개 메소드

public SetCounter ( bool IsRivalCard ) : void
IsRivalCard bool
리턴 void

SetHorizontal() 공개 메소드

public SetHorizontal ( ) : void
리턴 void

UnSetHorizontal() 공개 메소드

public UnSetHorizontal ( ) : void
리턴 void

프로퍼티 상세

Counter 공개적으로 프로퍼티

public PictureBox,System.Windows.Forms Counter
리턴 System.Windows.Forms.PictureBox

Counter2 공개적으로 프로퍼티

public PictureBox,System.Windows.Forms Counter2
리턴 System.Windows.Forms.PictureBox

FrontShown 공개적으로 프로퍼티

public bool FrontShown
리턴 bool

IsHorizontal 공개적으로 프로퍼티

public bool IsHorizontal
리턴 bool

NumberInDeck 공개적으로 프로퍼티

public int NumberInDeck
리턴 int

SerialNo 공개적으로 프로퍼티

public string SerialNo
리턴 string

ToolTip 공개적으로 프로퍼티

public ToolTip,System.Windows.Forms ToolTip
리턴 System.Windows.Forms.ToolTip

ToolTip2 공개적으로 프로퍼티

public ToolTip,System.Windows.Forms ToolTip2
리턴 System.Windows.Forms.ToolTip

Type 공개적으로 프로퍼티

public string Type
리턴 string

Visible 공개적으로 프로퍼티

public bool Visible
리턴 bool

thisCard 공개적으로 프로퍼티

public Card,FECipherVit thisCard
리턴 Card