C# Class Praeclarum.Graphics.CGContextEx

Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CGContextShowTextAtPoint ( IntPtr c, float x, float y, byte bytes, int size_t_length ) : void

Method Details

AddBottomRoundedRect() public static méthode

public static AddBottomRoundedRect ( this c, RectangleF b, float r ) : void
c this
b RectangleF
r float
Résultat void

AddRoundedRect() public static méthode

public static AddRoundedRect ( this c, RectangleF b, float r ) : void
c this
b RectangleF
r float
Résultat void

ShowTextAtPoint() public static méthode

public static ShowTextAtPoint ( this c, float x, float y, byte bytes ) : void
c this
x float
y float
bytes byte
Résultat void