C# Class NeinTom.ChatLog.ContainerPart

Inheritance: ChatMessagePart
Afficher le fichier Open project: jvbsl/LiveCodingChat

Méthodes publiques

Méthode Description
ContainerPart ( XmlElement xml, ChatMessagePart parent = null, Font font = null ) : System

Méthodes protégées

Méthode 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 méthode

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

DrawInternal() protected méthode

protected DrawInternal ( System g, System position, System size ) : void
g System
position System
size System
Résultat void

MouseDownInternal() protected méthode

protected MouseDownInternal ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
Résultat void

MouseMoveInternal() protected méthode

protected MouseMoveInternal ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
Résultat void

ParseInternal() protected méthode

protected ParseInternal ( System g ) : void
g System
Résultat void

PreParse() protected méthode

protected PreParse ( XmlElement element ) : void
element System.Xml.XmlElement
Résultat void