dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
RasterInfoPixelSize Class
Raster pixel size.
ArcGIS Maps SDK for JavaScript
public class RasterInfoPixelSize :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.RasterInfoPixelSize>
Inheritance System.Object 🡒 RasterInfoPixelSize
Implements System.IEquatable<RasterInfoPixelSize>
Constructors
RasterInfoPixelSize(Nullable, Nullable) Constructor
Raster pixel size.
ArcGIS Maps SDK for JavaScript
public RasterInfoPixelSize(System.Nullable<double> X=null, System.Nullable<double> Y=null);
Parameters
X
System.Nullable<System.Double>
Pixel size along the x axis.
ArcGIS Maps SDK for JavaScript
Y
System.Nullable<System.Double>
Pixel size along the y axis.
ArcGIS Maps SDK for JavaScript
Properties
RasterInfoPixelSize.X Property
Pixel size along the x axis.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> X { get; set; }
Property Value
System.Nullable<System.Double>
RasterInfoPixelSize.Y Property
Pixel size along the y axis.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Y { get; set; }