C# Класс gbrainy.Core.Main.CairoContextEx

Наследование: gbrainy.Core.Libraries.CairoContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CommonConstructor ( ) : void

Описание методов

CairoContextEx() публичный Метод

public CairoContextEx ( Cairo s, string font, int dpis ) : System
s Cairo
font string
dpis int
Результат System

CairoContextEx() публичный Метод

public CairoContextEx ( IntPtr handle ) : System
handle System.IntPtr
Результат System

DrawBackground() публичный Метод

public DrawBackground ( ) : void
Результат void

DrawClock() публичный Метод

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

DrawDiamond() публичный Метод

public DrawDiamond ( double x, double y, double size ) : void
x double
y double
size double
Результат void

DrawEquilateralTriangle() публичный Метод

public DrawEquilateralTriangle ( double x, double y, double size ) : void
x double
y double
size double
Результат void

DrawPentagon() публичный Метод

public DrawPentagon ( double x, double y, double size ) : void
x double
y double
size double
Результат void

FillGradient() публичный Метод

public FillGradient ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
Результат void

ResetDrawBackgroundCache() публичный статический Метод

public static ResetDrawBackgroundCache ( ) : void
Результат void

SetPangoLargeFontSize() публичный Метод

public SetPangoLargeFontSize ( ) : void
Результат void

SetPangoNormalFontSize() публичный Метод

public SetPangoNormalFontSize ( ) : void
Результат void