dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PixelSize Class
Specifies the pixel size (or the resolution).
ArcGIS Maps SDK for JavaScript
public class PixelSize :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PixelSize>
Inheritance System.Object 🡒 PixelSize
Implements System.IEquatable<PixelSize>
Constructors
PixelSize(double, double, PixelSizeSpatialReference) Constructor
Specifies the pixel size (or the resolution).
ArcGIS Maps SDK for JavaScript
public PixelSize(double X, double Y, dymaptic.GeoBlazor.Core.Model.PixelSizeSpatialReference? SpatialReference=null);
Parameters
Represents the size of one pixel in map units along the x axis.
ArcGIS Maps SDK for JavaScript
Represents the size of one pixel in map units along the y axis.
ArcGIS Maps SDK for JavaScript
SpatialReference
PixelSizeSpatialReference
Spatial reference to be used for the request.
ArcGIS Maps SDK for JavaScript
Properties
PixelSize.SpatialReference Property
Spatial reference to be used for the request.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.PixelSizeSpatialReference? SpatialReference { get; set; }
Property Value
PixelSize.X Property
Represents the size of one pixel in map units along the x axis.
ArcGIS Maps SDK for JavaScript
public double X { get; set; }
Property Value
PixelSize.Y Property
Represents the size of one pixel in map units along the y axis.
ArcGIS Maps SDK for JavaScript
public double Y { get; set; }