C# 클래스 APG.GDIHelpers.GDIHelper

파일 보기 프로젝트 열기: UGTU/UGTUKadrProject

공개 메소드들

메소드 설명
GetPointForCenterString ( Graphics graphics, Rectangle rectangle, string Message, Font font ) : PointF
GetPointForCenterString ( Graphics graphics, Rectangle rectangle, string Message, Font font, int margin, string spacer, string &formatedMessage ) : PointF
GetPointForCenterString ( Graphics graphics, int x, int y, int width, int height, string Message, Font font ) : PointF

메소드 상세

GetPointForCenterString() 공개 정적인 메소드

public static GetPointForCenterString ( Graphics graphics, Rectangle rectangle, string Message, Font font ) : PointF
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
Message string
font System.Drawing.Font
리턴 System.Drawing.PointF

GetPointForCenterString() 공개 정적인 메소드

public static GetPointForCenterString ( Graphics graphics, Rectangle rectangle, string Message, Font font, int margin, string spacer, string &formatedMessage ) : PointF
graphics System.Drawing.Graphics
rectangle System.Drawing.Rectangle
Message string
font System.Drawing.Font
margin int
spacer string
formatedMessage string
리턴 System.Drawing.PointF

GetPointForCenterString() 공개 정적인 메소드

public static GetPointForCenterString ( Graphics graphics, int x, int y, int width, int height, string Message, Font font ) : PointF
graphics System.Drawing.Graphics
x int
y int
width int
height int
Message string
font System.Drawing.Font
리턴 System.Drawing.PointF