C# 클래스 NeinTom.ChatLog.ChatMessage

파일 보기 프로젝트 열기: jvbsl/LiveCodingChat 1 사용 예제들

공개 메소드들

메소드 설명
ChatMessage ( ChatLogControl parent, User user, string xml ) : System
Draw ( Graphics g, PointF position, SizeF size ) : void
MouseDown ( PointF location, MouseEventArgs e ) : void
MouseEnter ( PointF location, MouseEventArgs e ) : void
MouseLeave ( PointF location, MouseEventArgs e ) : void
MouseMove ( PointF location, MouseEventArgs e ) : void
Parse ( Graphics g, SizeF Size ) : void
getParentControl ( ) : Control

메소드 상세

ChatMessage() 공개 메소드

public ChatMessage ( ChatLogControl parent, User user, string xml ) : System
parent ChatLogControl
user LiveCodingChat.User
xml string
리턴 System

Draw() 공개 메소드

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

MouseDown() 공개 메소드

public MouseDown ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
리턴 void

MouseEnter() 공개 메소드

public MouseEnter ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
리턴 void

MouseLeave() 공개 메소드

public MouseLeave ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
리턴 void

MouseMove() 공개 메소드

public MouseMove ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
리턴 void

Parse() 공개 메소드

public Parse ( Graphics g, SizeF Size ) : void
g System.Drawing.Graphics
Size System.Drawing.SizeF
리턴 void

getParentControl() 공개 메소드

public getParentControl ( ) : Control
리턴 System.Windows.Forms.Control