C# Class SharpBelot.CardGUIProvider

Mostrar archivo Open project: NikolayIT/BelotGameEngine Class Usage Examples

Public Methods

Method Description
GetBack ( ) : Image
GetCardImage ( Card card ) : Image
Reload ( ) : void

Private Methods

Method Description
CardGUIProvider ( ) : System
Load ( ) : void
RemoveCorners ( Image im ) : Image

Method Details

GetBack() public static method

public static GetBack ( ) : Image
return Image

GetCardImage() public static method

public static GetCardImage ( Card card ) : Image
card Belot.Card
return Image

Reload() public static method

public static Reload ( ) : void
return void