C# 클래스 PdfRpt.Core.Helper.VectorImages

Contains the definition of some useful vector images
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
CheckmarkImage ( PdfContentByte contentByte, System color ) : Image

A vector checkmark image's definition

CrossImage ( PdfContentByte cb, System color ) : Image

A vector cross sign image's definition

DrawCheckmark ( Rectangle position, PdfContentByte contentByte, System color ) : Image

A vector checkmark image's definition

DrawCheckmarkImageAtPosition ( this img, Rectangle position, float newWidth = 40, float newHeight = 40 ) : Image

Draws the images at the specified location.

DrawCross ( Rectangle position, PdfContentByte cb, System color ) : Image

A vector cross sign image's definition

DrawCrossImageAtPosition ( this img, Rectangle position, float newWidth = 30, float newHeight = 30 ) : Image

Draws the images at the specified location.

메소드 상세

CheckmarkImage() 공개 정적인 메소드

A vector checkmark image's definition
public static CheckmarkImage ( PdfContentByte contentByte, System color ) : Image
contentByte iTextSharp.text.pdf.PdfContentByte drawing canvas
color System fill color
리턴 iTextSharp.text.Image

CrossImage() 공개 정적인 메소드

A vector cross sign image's definition
public static CrossImage ( PdfContentByte cb, System color ) : Image
cb iTextSharp.text.pdf.PdfContentByte drawing canvas
color System fill color
리턴 iTextSharp.text.Image

DrawCheckmark() 공개 정적인 메소드

A vector checkmark image's definition
public static DrawCheckmark ( Rectangle position, PdfContentByte contentByte, System color ) : Image
position iTextSharp.text.Rectangle position of the drawing
contentByte iTextSharp.text.pdf.PdfContentByte drawing canvas
color System fill color
리턴 iTextSharp.text.Image

DrawCheckmarkImageAtPosition() 공개 정적인 메소드

Draws the images at the specified location.
public static DrawCheckmarkImageAtPosition ( this img, Rectangle position, float newWidth = 40, float newHeight = 40 ) : Image
img this Image
position iTextSharp.text.Rectangle position of the drawing
newWidth float ScaleAbsolute's newWidth
newHeight float ScaleAbsolute's newHeight
리턴 iTextSharp.text.Image

DrawCross() 공개 정적인 메소드

A vector cross sign image's definition
public static DrawCross ( Rectangle position, PdfContentByte cb, System color ) : Image
position iTextSharp.text.Rectangle position of the drawing
cb iTextSharp.text.pdf.PdfContentByte drawing canvas
color System fill color
리턴 iTextSharp.text.Image

DrawCrossImageAtPosition() 공개 정적인 메소드

Draws the images at the specified location.
public static DrawCrossImageAtPosition ( this img, Rectangle position, float newWidth = 30, float newHeight = 30 ) : Image
img this Image
position iTextSharp.text.Rectangle position of the drawing
newWidth float ScaleAbsolute's newWidth
newHeight float ScaleAbsolute's newHeight
리턴 iTextSharp.text.Image