C# 클래스 NeinTom.ChatLog.ContainerPart

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

공개 메소드들

메소드 설명
ContainerPart ( XmlElement xml, ChatMessagePart parent = null, Font font = null ) : System

보호된 메소드들

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

메소드 상세

ContainerPart() 공개 메소드

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

DrawInternal() 보호된 메소드

protected DrawInternal ( System g, System position, System size ) : void
g System
position System
size System
리턴 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 ( System g ) : void
g System
리턴 void

PreParse() 보호된 메소드

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