Метод | Описание | |
---|---|---|
CairoContextEx ( Cairo s, string font, int dpis ) : System | ||
CairoContextEx ( |
||
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 |
Метод | Описание | |
---|---|---|
CommonConstructor ( ) : void |
public CairoContextEx ( Cairo s, string font, int dpis ) : System | ||
s | Cairo | |
font | string | |
dpis | int | |
Результат | System |
public CairoContextEx ( |
||
handle | ||
Результат | System |
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 | |
Результат | void |
public DrawDiamond ( double x, double y, double size ) : void | ||
x | double | |
y | double | |
size | double | |
Результат | void |
public DrawEquilateralTriangle ( double x, double y, double size ) : void | ||
x | double | |
y | double | |
size | double | |
Результат | void |
public DrawPentagon ( double x, double y, double size ) : void | ||
x | double | |
y | double | |
size | double | |
Результат | void |
public FillGradient ( double x, double y, double w, double h ) : void | ||
x | double | |
y | double | |
w | double | |
h | double | |
Результат | void |
public static ResetDrawBackgroundCache ( ) : void | ||
Результат | void |