C# Class gbrainy.Core.Main.CairoContextEx

Inheritance: gbrainy.Core.Libraries.CairoContext
Mostrar archivo Open project: GNOME/gbrainy Class Usage Examples

Public Methods

Method 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

Method Description
CommonConstructor ( ) : void

Method Details

CairoContextEx() public method

public CairoContextEx ( Cairo s, string font, int dpis ) : System
s Cairo
font string
dpis int
return System

CairoContextEx() public method

public CairoContextEx ( IntPtr handle ) : System
handle System.IntPtr
return System

DrawBackground() public method

public DrawBackground ( ) : void
return void

DrawClock() public method

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
return void

DrawDiamond() public method

public DrawDiamond ( double x, double y, double size ) : void
x double
y double
size double
return void

DrawEquilateralTriangle() public method

public DrawEquilateralTriangle ( double x, double y, double size ) : void
x double
y double
size double
return void

DrawPentagon() public method

public DrawPentagon ( double x, double y, double size ) : void
x double
y double
size double
return void

FillGradient() public method

public FillGradient ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
return void

ResetDrawBackgroundCache() public static method

public static ResetDrawBackgroundCache ( ) : void
return void

SetPangoLargeFontSize() public method

public SetPangoLargeFontSize ( ) : void
return void

SetPangoNormalFontSize() public method

public SetPangoNormalFontSize ( ) : void
return void