C# 클래스 NeinTom.ChatLog.TextPart

상속: ChatMessagePart
파일 보기 프로젝트 열기: jvbsl/LiveCodingChat

공개 메소드들

메소드 설명
TextPart ( XmlElement element, ChatMessagePart parent = null, Font font = null ) : System
TextPart ( string text, ChatMessagePart parent = null, Font font = null ) : System

보호된 메소드들

메소드 설명
DrawInternal ( Graphics g, PointF position, SizeF size ) : void
MouseDownInternal ( PointF location, MouseEventArgs e ) : void
MouseMoveInternal ( PointF location, MouseEventArgs e ) : void
ParseInternal ( Graphics g ) : void
PreParse ( XmlElement element ) : void

비공개 메소드들

메소드 설명
AddPatterns ( string text ) : bool
InitText ( ) : void
MeasureString ( Graphics g, string text, Font font ) : SizeF
TestPrefix ( int index, string text, int &lastMatched, int &matched ) : void

메소드 상세

DrawInternal() 보호된 메소드

protected DrawInternal ( Graphics g, PointF position, SizeF size ) : void
g System.Drawing.Graphics
position System.Drawing.PointF
size System.Drawing.SizeF
리턴 void

MouseDownInternal() 보호된 메소드

protected MouseDownInternal ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
리턴 void

MouseMoveInternal() 보호된 메소드

protected MouseMoveInternal ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
리턴 void

ParseInternal() 보호된 메소드

protected ParseInternal ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

PreParse() 보호된 메소드

protected PreParse ( XmlElement element ) : void
element System.Xml.XmlElement
리턴 void

TextPart() 공개 메소드

public TextPart ( XmlElement element, ChatMessagePart parent = null, Font font = null ) : System
element System.Xml.XmlElement
parent ChatMessagePart
font System.Drawing.Font
리턴 System

TextPart() 공개 메소드

public TextPart ( string text, ChatMessagePart parent = null, Font font = null ) : System
text string
parent ChatMessagePart
font System.Drawing.Font
리턴 System