C# Class NeinTom.ChatLog.LinkPart

Inheritance: ChatMessagePart
Datei anzeigen Open project: jvbsl/LiveCodingChat

Public Methods

Method Description
LinkPart ( ChatMessagePart parent = null, Font font = null ) : System
LinkPart ( string text, ChatMessagePart parent = null, Font font = null ) : System

Protected Methods

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

Method Details

DrawInternal() protected method

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

LinkPart() public method

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

LinkPart() public method

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

MouseDownInternal() protected method

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

MouseEnterInternal() protected method

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

MouseLeaveInternal() protected method

protected MouseLeaveInternal ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
return void

MouseMoveInternal() protected method

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

ParseInternal() protected method

protected ParseInternal ( Graphics g ) : void
g System.Drawing.Graphics
return void

PreParse() protected method

protected PreParse ( XmlElement element ) : void
element System.Xml.XmlElement
return void