C# Class NeinTom.ChatLog.ChatMessage

Show file Open project: jvbsl/LiveCodingChat Class Usage Examples

Public Methods

Method Description
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

Method Details

ChatMessage() public method

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

Draw() public method

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

MouseDown() public method

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

MouseEnter() public method

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

MouseLeave() public method

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

MouseMove() public method

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

Parse() public method

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

getParentControl() public method

public getParentControl ( ) : Control
return System.Windows.Forms.Control