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

Afficher le fichier Open project: GNOME/gbrainy

Méthodes publiques

Свойство Type Description
obj object
type System.Type

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

Indication() public méthode

public Indication ( ITranslations translations, Type type, object obj ) : System
translations ITranslations
type System.Type
obj object
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

obj public_oe property

public object obj
Résultat object

type public_oe property

public Type,System type
Résultat System.Type