C# 클래스 NeinTom.ChatLog.SmileyPart

상속: ChatMessagePart
파일 보기 프로젝트 열기: jvbsl/LiveCodingChat

공개 메소드들

메소드 설명
SmileyPart ( string smileyType, ChatMessagePart parent = null ) : System
getEmoji ( string text ) : Bitmap

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Animate ( ) : void
LoadEmojies ( ) : void
OnFrameChanged ( object sender, EventArgs e ) : void
SmileyPart ( ) : System
getResosource ( string name ) : object

메소드 상세

DrawInternal() 보호된 메소드

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

MouseDownInternal() 보호된 메소드

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

MouseMoveInternal() 보호된 메소드

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

ParseInternal() 보호된 메소드

protected ParseInternal ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

PreParse() 보호된 메소드

protected PreParse ( XmlElement element ) : void
element System.Xml.XmlElement
리턴 void

SmileyPart() 공개 메소드

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

getEmoji() 공개 정적인 메소드

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