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