C# Class FECipherVit.CardPic

Inheritance: System.Windows.Forms.PictureBox
Show file Open project: sdercolin/FECipherVit Class Usage Examples

Public Properties

Property 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

Public Methods

Method 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 method

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

Reverse() public method

public Reverse ( ) : void
return void

ReverseToBack() public method

public ReverseToBack ( ) : void
return void

ReverseToFront() public method

public ReverseToFront ( ) : void
return void

Rotate() public method

public Rotate ( ) : void
return void

SetCounter() public method

public SetCounter ( bool IsRivalCard ) : void
IsRivalCard bool
return void

SetHorizontal() public method

public SetHorizontal ( ) : void
return void

UnSetHorizontal() public method

public UnSetHorizontal ( ) : void
return void

Property Details

Counter public property

public PictureBox,System.Windows.Forms Counter
return System.Windows.Forms.PictureBox

Counter2 public property

public PictureBox,System.Windows.Forms Counter2
return System.Windows.Forms.PictureBox

FrontShown public property

public bool FrontShown
return bool

IsHorizontal public property

public bool IsHorizontal
return bool

NumberInDeck public property

public int NumberInDeck
return int

SerialNo public property

public string SerialNo
return string

ToolTip public property

public ToolTip,System.Windows.Forms ToolTip
return System.Windows.Forms.ToolTip

ToolTip2 public property

public ToolTip,System.Windows.Forms ToolTip2
return System.Windows.Forms.ToolTip

Type public property

public string Type
return string

Visible public property

public bool Visible
return bool

thisCard public property

public Card,FECipherVit thisCard
return Card