C# Class gbrainy.Core.Main.CairoContextEx

Inheritance: gbrainy.Core.Libraries.CairoContext
Afficher le fichier Open project: GNOME/gbrainy Class Usage Examples

Méthodes publiques

Méthode Description
CairoContextEx ( Cairo s, string font, int dpis ) : System
CairoContextEx ( IntPtr handle ) : System
DrawBackground ( ) : void
DrawClock ( double x, double y, double size, int hand_short, int hand_large ) : void
DrawDiamond ( double x, double y, double size ) : void
DrawEquilateralTriangle ( double x, double y, double size ) : void
DrawPentagon ( double x, double y, double size ) : void
FillGradient ( double x, double y, double w, double h ) : void
ResetDrawBackgroundCache ( ) : void
SetPangoLargeFontSize ( ) : void
SetPangoNormalFontSize ( ) : void

Private Methods

Méthode Description
CommonConstructor ( ) : void

Method Details

CairoContextEx() public méthode

public CairoContextEx ( Cairo s, string font, int dpis ) : System
s Cairo
font string
dpis int
Résultat System

CairoContextEx() public méthode

public CairoContextEx ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

DrawBackground() public méthode

public DrawBackground ( ) : void
Résultat void

DrawClock() public méthode

public DrawClock ( double x, double y, double size, int hand_short, int hand_large ) : void
x double
y double
size double
hand_short int
hand_large int
Résultat void

DrawDiamond() public méthode

public DrawDiamond ( double x, double y, double size ) : void
x double
y double
size double
Résultat void

DrawEquilateralTriangle() public méthode

public DrawEquilateralTriangle ( double x, double y, double size ) : void
x double
y double
size double
Résultat void

DrawPentagon() public méthode

public DrawPentagon ( double x, double y, double size ) : void
x double
y double
size double
Résultat void

FillGradient() public méthode

public FillGradient ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
Résultat void

ResetDrawBackgroundCache() public static méthode

public static ResetDrawBackgroundCache ( ) : void
Résultat void

SetPangoLargeFontSize() public méthode

public SetPangoLargeFontSize ( ) : void
Résultat void

SetPangoNormalFontSize() public méthode

public SetPangoNormalFontSize ( ) : void
Résultat void