C# Class Praeclarum.Graphics.CGContextEx

显示文件 Open project: praeclarum/Praeclarum

Public Methods

Method 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

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

Method Details

AddBottomRoundedRect() public static method

public static AddBottomRoundedRect ( this c, RectangleF b, float r ) : void
c this
b RectangleF
r float
return void

AddRoundedRect() public static method

public static AddRoundedRect ( this c, RectangleF b, float r ) : void
c this
b RectangleF
r float
return void

ShowTextAtPoint() public static method

public static ShowTextAtPoint ( this c, float x, float y, byte bytes ) : void
c this
x float
y float
bytes byte
return void