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
using
System;
2
3
namespace
Waher.Content.Emoji
4
{
8
public
interface
IImageSource
9
{
13
string
Url
{
get
; }
14
18
int
?
Width
{
get
; }
19
23
int
?
Height
{
get
; }
24
}
25
}
Waher.Content.Emoji.IImageSource
Contains information about an emoji image.
Definition:
IImageSource.cs:9
Waher.Content.Emoji.IImageSource.Height
int? Height
Height of image, if available.
Definition:
IImageSource.cs:23
Waher.Content.Emoji.IImageSource.Width
int? Width
Width of image, if available.
Definition:
IImageSource.cs:18
Waher.Content.Emoji.IImageSource.Url
string Url
URL of image
Definition:
IImageSource.cs:13
Waher.Content.Emoji
Definition:
LocalEmojiFiles.cs:13
IoTGateway
Content
Waher.Content.Emoji
IImageSource.cs
Generated by
1.9.5