GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Objects

Thumbnail Class

An object used to create a thumbnail image that represents a feature type in the feature template.

public class Thumbnail :
System.IEquatable<dymaptic.GeoBlazor.Pro.Objects.Thumbnail>

Inheritance System.Object 🡒 Thumbnail

Implements System.IEquatable<Thumbnail>

Constructors

Thumbnail(ImageContentType, string, double, double) Constructor

An object used to create a thumbnail image that represents a feature type in the feature template.

public Thumbnail(dymaptic.GeoBlazor.Pro.Objects.ImageContentType ContentType, string ImageData, double Height, double Width);

Parameters

ContentType ImageContentType

The MIME type of the image.

ImageData System.String

The base64EncodedImageData presenting the thumbnail image.

Height System.Double

The height of the thumbnail.

Width System.Double

The width of the thumbnail.

Properties

Thumbnail.ContentType Property

The MIME type of the image.

public dymaptic.GeoBlazor.Pro.Objects.ImageContentType ContentType { get; set; }

Property Value

ImageContentType

Thumbnail.Height Property

The height of the thumbnail.

public double Height { get; set; }

Property Value

System.Double

Thumbnail.ImageData Property

The base64EncodedImageData presenting the thumbnail image.

public string ImageData { get; set; }

Property Value

System.String

Thumbnail.Width Property

The width of the thumbnail.

public double Width { get; set; }

Property Value

System.Double