C# Класс Praeclarum.Graphics.CGContextEx

Показать файл Открыть проект

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

Метод Описание
AddBottomRoundedRect ( this c, RectangleF b, float r ) : void
AddRoundedRect ( this c, RectangleF b, float r ) : void
ShowTextAtPoint ( this c, float x, float y, byte bytes ) : void

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

Метод Описание
CGContextShowTextAtPoint ( IntPtr c, float x, float y, byte bytes, int size_t_length ) : void

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

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

public static AddBottomRoundedRect ( this c, RectangleF b, float r ) : void
c this
b RectangleF
r float
Результат void

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

public static AddRoundedRect ( this c, RectangleF b, float r ) : void
c this
b RectangleF
r float
Результат void

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

public static ShowTextAtPoint ( this c, float x, float y, byte bytes ) : void
c this
x float
y float
bytes byte
Результат void