C# 클래스 NeinTom.ChatLog.LinkPart

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

DrawInternal() 보호된 메소드

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

LinkPart() 공개 메소드

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

LinkPart() 공개 메소드

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

MouseDownInternal() 보호된 메소드

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

MouseEnterInternal() 보호된 메소드

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

MouseLeaveInternal() 보호된 메소드

protected MouseLeaveInternal ( 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