C# 클래스 SidebarLibrary.General.TextUtil

Summary description for TextUtil.
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
DrawReverseString ( Graphics g, String drawText, Font drawFont, Rectangle drawRect, Brush drawBrush, StringFormat drawFormat ) : void
DrawText ( Graphics graphics, string text, Font font, Rectangle rect ) : void
GetTextSize ( Graphics graphics, string text, Font font ) : Size
GetTextSize ( Graphics graphics, string text, Font font, Rectangle &rc, DrawTextFormatFlags drawFlags ) : Size

비공개 메소드들

메소드 설명
TextUtil ( ) : System

메소드 상세

DrawReverseString() 공개 정적인 메소드

public static DrawReverseString ( Graphics g, String drawText, Font drawFont, Rectangle drawRect, Brush drawBrush, StringFormat drawFormat ) : void
g System.Drawing.Graphics
drawText String
drawFont System.Drawing.Font
drawRect System.Drawing.Rectangle
drawBrush System.Drawing.Brush
drawFormat System.Drawing.StringFormat
리턴 void

DrawText() 공개 정적인 메소드

public static DrawText ( Graphics graphics, string text, Font font, Rectangle rect ) : void
graphics System.Drawing.Graphics
text string
font System.Drawing.Font
rect System.Drawing.Rectangle
리턴 void

GetTextSize() 공개 정적인 메소드

public static GetTextSize ( Graphics graphics, string text, Font font ) : Size
graphics System.Drawing.Graphics
text string
font System.Drawing.Font
리턴 System.Drawing.Size

GetTextSize() 공개 정적인 메소드

public static GetTextSize ( Graphics graphics, string text, Font font, Rectangle &rc, DrawTextFormatFlags drawFlags ) : Size
graphics System.Drawing.Graphics
text string
font System.Drawing.Font
rc System.Drawing.Rectangle
drawFlags DrawTextFormatFlags
리턴 System.Drawing.Size