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