C# Class NeinTom.ChatLog.SmileyPart

Inheritance: ChatMessagePart
ファイルを表示 Open project: jvbsl/LiveCodingChat

Public Methods

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

Protected Methods

Method 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

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

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

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 ( Graphics g ) : void
g System.Drawing.Graphics
return void

PreParse() protected method

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

SmileyPart() public method

public SmileyPart ( string smileyType, ChatMessagePart parent = null ) : System
smileyType string
parent ChatMessagePart
return System

getEmoji() public static method

public static getEmoji ( string text ) : Bitmap
text string
return System.Drawing.Bitmap