C# Class FECipherVit.CardPic

Inheritance: System.Windows.Forms.PictureBox
Afficher le fichier Open project: sdercolin/FECipherVit Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
CardPic ( Card card, string type, FECipherVit Owner ) : System
Reverse ( ) : void
ReverseToBack ( ) : void
ReverseToFront ( ) : void
Rotate ( ) : void
SetCounter ( bool IsRivalCard ) : void
SetHorizontal ( ) : void
UnSetHorizontal ( ) : void

Method Details

CardPic() public méthode

public CardPic ( Card card, string type, FECipherVit Owner ) : System
card Card
type string
Owner FECipherVit
Résultat System

Reverse() public méthode

public Reverse ( ) : void
Résultat void

ReverseToBack() public méthode

public ReverseToBack ( ) : void
Résultat void

ReverseToFront() public méthode

public ReverseToFront ( ) : void
Résultat void

Rotate() public méthode

public Rotate ( ) : void
Résultat void

SetCounter() public méthode

public SetCounter ( bool IsRivalCard ) : void
IsRivalCard bool
Résultat void

SetHorizontal() public méthode

public SetHorizontal ( ) : void
Résultat void

UnSetHorizontal() public méthode

public UnSetHorizontal ( ) : void
Résultat void

Property Details

Counter public_oe property

public PictureBox,System.Windows.Forms Counter
Résultat System.Windows.Forms.PictureBox

Counter2 public_oe property

public PictureBox,System.Windows.Forms Counter2
Résultat System.Windows.Forms.PictureBox

FrontShown public_oe property

public bool FrontShown
Résultat bool

IsHorizontal public_oe property

public bool IsHorizontal
Résultat bool

NumberInDeck public_oe property

public int NumberInDeck
Résultat int

SerialNo public_oe property

public string SerialNo
Résultat string

ToolTip public_oe property

public ToolTip,System.Windows.Forms ToolTip
Résultat System.Windows.Forms.ToolTip

ToolTip2 public_oe property

public ToolTip,System.Windows.Forms ToolTip2
Résultat System.Windows.Forms.ToolTip

Type public_oe property

public string Type
Résultat string

Visible public_oe property

public bool Visible
Résultat bool

thisCard public_oe property

public Card,FECipherVit thisCard
Résultat Card