dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
ImageObject Class
Defines an image object that can be used when setting SpriteSourceImageInfo.
ArcGIS Maps SDK for JavaScript
public class ImageObject :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ImageObject>
Inheritance System.Object 🡒 ImageObject
Implements System.IEquatable<ImageObject>
Constructors
ImageObject(Stream, Nullable, Nullable) Constructor
Defines an image object that can be used when setting SpriteSourceImageInfo.
ArcGIS Maps SDK for JavaScript
public ImageObject(System.IO.Stream? Data=null, System.Nullable<int> Height=null, System.Nullable<int> Width=null);
Parameters
Data
System.IO.Stream
The image data for the sprite.
ArcGIS Maps SDK for JavaScript
Height
System.Nullable<System.Int32>
The height of the sprite.
ArcGIS Maps SDK for JavaScript
Width
System.Nullable<System.Int32>
The width of the sprite.
ArcGIS Maps SDK for JavaScript
Properties
ImageObject.Data Property
The image data for the sprite.
ArcGIS Maps SDK for JavaScript
public System.IO.Stream? Data { get; set; }
Property Value
ImageObject.Height Property
The height of the sprite.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> Height { get; set; }
Property Value
ImageObject.Width Property
The width of the sprite.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> Width { get; set; }