GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

MapImageLayerCreateExportImageParametersOptions Class

public class MapImageLayerCreateExportImageParametersOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.MapImageLayerCreateExportImageParametersOptions>

Inheritance System.Object 🡒 MapImageLayerCreateExportImageParametersOptions

Implements System.IEquatable<MapImageLayerCreateExportImageParametersOptions>

Constructors

MapImageLayerCreateExportImageParametersOptions(Nullable, Nullable, string) Constructor

public MapImageLayerCreateExportImageParametersOptions(System.Nullable<double> PixelRatio=null, System.Nullable<double> Rotation=null, string? TimeExtent=null);

Parameters

PixelRatio System.Nullable<System.Double>

The pixel ratio to apply to the dpi of the exported image.
ArcGIS Maps SDK for JavaScript

Rotation System.Nullable<System.Double>

The rotation in degrees of the exported image.
ArcGIS Maps SDK for JavaScript

TimeExtent System.String

The time instant or time extent of content to render.
ArcGIS Maps SDK for JavaScript

Properties

MapImageLayerCreateExportImageParametersOptions.PixelRatio Property

The pixel ratio to apply to the dpi of the exported image.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> PixelRatio { get; set; }

Property Value

System.Nullable<System.Double>

MapImageLayerCreateExportImageParametersOptions.Rotation Property

The rotation in degrees of the exported image.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Rotation { get; set; }

Property Value

System.Nullable<System.Double>

MapImageLayerCreateExportImageParametersOptions.TimeExtent Property

The time instant or time extent of content to render.
ArcGIS Maps SDK for JavaScript

public string? TimeExtent { get; set; }

Property Value

System.String