Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IImageSource.cs
1
namespace
Waher.Content.Emoji
2
{
6
public
interface
IImageSource
7
{
11
string
Url
{
get
; }
12
16
int
?
Width
{
get
; }
17
21
int
?
Height
{
get
; }
22
}
23
}
Waher.Content.Emoji.IImageSource
Contains information about an emoji image.
Definition:
IImageSource.cs:7
Waher.Content.Emoji.IImageSource.Height
int? Height
Height of image, if available.
Definition:
IImageSource.cs:21
Waher.Content.Emoji.IImageSource.Width
int? Width
Width of image, if available.
Definition:
IImageSource.cs:16
Waher.Content.Emoji.IImageSource.Url
string Url
URL of image
Definition:
IImageSource.cs:11
Waher.Content.Emoji
Definition:
LocalEmojiFiles.cs:13
IoTGateway
Content
Waher.Content.Emoji
IImageSource.cs
Generated by
1.9.5