C# Class gbrainy.Games.Memory.MemoryIndications.Indication

Show file Open project: GNOME/gbrainy

Public Properties

Property Type Description
obj object
type System.Type

Private Properties

Property Type Description

Public Methods

Method Description
Draw ( CairoContextEx gr, double &x, double &y, Indication next_prev ) : void
Indication ( ITranslations translations, Type type, object obj ) : System
ToString ( ) : string

Method Details

Draw() public method

public Draw ( CairoContextEx gr, double &x, double &y, Indication next_prev ) : void
gr gbrainy.Core.Main.CairoContextEx
x double
y double
next_prev Indication
return void

Indication() public method

public Indication ( ITranslations translations, Type type, object obj ) : System
translations ITranslations
type System.Type
obj object
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

obj public property

public object obj
return object

type public property

public Type,System type
return System.Type