Emoji data containing all information to display a correct emoticon image.
Inheritance Hierarchy
CkSoftware.GroupMe.Sdk.Helpers.Emoji GroupMeEmojiImage
Namespace: CkSoftware.GroupMe.Sdk.Helpers.Emoji
Assembly: CkSoftware.GroupMe.Sdk.Helpers (in CkSoftware.GroupMe.Sdk.Helpers.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
The GroupMeEmojiImage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupMeEmojiImage | Initializes a new instance of the GroupMeEmojiImage class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
DefaultEmojiHeight |
The default emoji image height.
| |
DefaultEmojiWidth |
The default emoji image width.
|
Properties
Name | Description | |
---|---|---|
Definition |
The original definition object (for access to the pack-id and emoji id properties).
| |
IconHeight |
The height of the emoji image (in pixel).
| |
IconWidth |
The width of the emoji image (in pixel).
| |
LeftPosition |
The position of the emoji image from the left (in pixel). The point 0/0 is in the top left corner of the sprite image.
| |
PackSpriteImageUrl |
The image url of the pack-sprite image.
| |
TopPosition |
The position of the emoji image from the top (in pixel). The point 0/0 is in the top left corner of the sprite image.
|
See Also