C# 클래스 CSReportPaint.cGlobals

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net

공개 메소드들

메소드 설명
addFontIfRequired ( cReportFont font, Font &m_fnt ) : int
getBitmapSize ( Image image, int &imgWidth, int &imgHeight, bool inTwips ) : void
getKey ( String value ) : String
getNextKey ( ) : int
getRectFromPaperSize ( cReportPaperInfo info, csReportPaperType paperSize, int orientation ) : RectangleF
newRectangle ( int left, int top, int right, int bottom ) : Rectangle
newRectangleF ( System.Single left, System.Single top, System.Single right, System.Single bottom ) : RectangleF
redim ( Font &vFonts, int size ) : void
redimPreserve ( Font &vFonts, int size ) : void
setRectangleHeight ( System.Single height ) : System.Single
setRectangleWidth ( System.Single width ) : System.Single

비공개 메소드들

메소드 설명
getPixelsFromCmX ( float cm ) : float
getPixelsFromCmY ( float cm ) : float

메소드 상세

addFontIfRequired() 공개 정적인 메소드

public static addFontIfRequired ( cReportFont font, Font &m_fnt ) : int
font CSReportDll.cReportFont
m_fnt System.Drawing.Font
리턴 int

getBitmapSize() 공개 정적인 메소드

public static getBitmapSize ( Image image, int &imgWidth, int &imgHeight, bool inTwips ) : void
image Image
imgWidth int
imgHeight int
inTwips bool
리턴 void

getKey() 공개 정적인 메소드

public static getKey ( String value ) : String
value String
리턴 String

getNextKey() 공개 정적인 메소드

public static getNextKey ( ) : int
리턴 int

getRectFromPaperSize() 공개 정적인 메소드

public static getRectFromPaperSize ( cReportPaperInfo info, csReportPaperType paperSize, int orientation ) : RectangleF
info CSReportDll.cReportPaperInfo
paperSize csReportPaperType
orientation int
리턴 System.Drawing.RectangleF

newRectangle() 공개 정적인 메소드

public static newRectangle ( int left, int top, int right, int bottom ) : Rectangle
left int
top int
right int
bottom int
리턴 Rectangle

newRectangleF() 공개 정적인 메소드

public static newRectangleF ( System.Single left, System.Single top, System.Single right, System.Single bottom ) : RectangleF
left System.Single
top System.Single
right System.Single
bottom System.Single
리턴 System.Drawing.RectangleF

redim() 공개 정적인 메소드

public static redim ( Font &vFonts, int size ) : void
vFonts System.Drawing.Font
size int
리턴 void

redimPreserve() 공개 정적인 메소드

public static redimPreserve ( Font &vFonts, int size ) : void
vFonts System.Drawing.Font
size int
리턴 void

setRectangleHeight() 공개 정적인 메소드

public static setRectangleHeight ( System.Single height ) : System.Single
height System.Single
리턴 System.Single

setRectangleWidth() 공개 정적인 메소드

public static setRectangleWidth ( System.Single width ) : System.Single
width System.Single
리턴 System.Single