C# 클래스 PdfContentByteExtensions, iTextSharpExtensions

파일 보기 프로젝트 열기: KunleSmart/iTextSharpExtensions

공개 메소드들

메소드 설명
DrawPieChart ( this canvas, PieChart, chart, float x0, float y0, float r = 50f, Font font = null, bool showCaption = true ) : void

메소드 상세

DrawPieChart() 공개 정적인 메소드

public static DrawPieChart ( this canvas, PieChart, chart, float x0, float y0, float r = 50f, Font font = null, bool showCaption = true ) : void
canvas this
chart PieChart,
x0 float
y0 float
r float
font Font
showCaption bool
리턴 void