C# Class NeinTom.ChatLog.ContainerPart

Inheritance: ChatMessagePart
Mostrar archivo Open project: jvbsl/LiveCodingChat

Public Methods

Method Description
ContainerPart ( XmlElement xml, ChatMessagePart parent = null, Font font = null ) : System

Protected Methods

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

Method Details

ContainerPart() public method

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

DrawInternal() protected method

protected DrawInternal ( System g, System position, System size ) : void
g System
position System
size System
return void

MouseDownInternal() protected method

protected MouseDownInternal ( 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 ( System g ) : void
g System
return void

PreParse() protected method

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