C# 클래스 Praeclarum.Graphics.CGContextEx

파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
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