C# Class NeinTom.ChatLog.SmileyPart

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

Méthodes publiques

Méthode Description
SmileyPart ( string smileyType, ChatMessagePart parent = null ) : System
getEmoji ( string text ) : Bitmap

Méthodes protégées

Méthode Description
DrawInternal ( Graphics g, PointF position, SizeF size ) : void
MouseDownInternal ( PointF location, MouseEventArgs e ) : void
MouseMoveInternal ( PointF location, MouseEventArgs e ) : void
ParseInternal ( Graphics g ) : void
PreParse ( XmlElement element ) : void

Private Methods

Méthode Description
Animate ( ) : void
LoadEmojies ( ) : void
OnFrameChanged ( object sender, EventArgs e ) : void
SmileyPart ( ) : System
getResosource ( string name ) : object

Method Details

DrawInternal() protected méthode

protected DrawInternal ( Graphics g, PointF position, SizeF size ) : void
g System.Drawing.Graphics
position System.Drawing.PointF
size System.Drawing.SizeF
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 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

PreParse() protected méthode

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

SmileyPart() public méthode

public SmileyPart ( string smileyType, ChatMessagePart parent = null ) : System
smileyType string
parent ChatMessagePart
Résultat System

getEmoji() public static méthode

public static getEmoji ( string text ) : Bitmap
text string
Résultat System.Drawing.Bitmap