layout: default title: PixelSize parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
PixelSize Class
Raster pixel size.
public class PixelSize :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.PixelSize>
Inheritance System.Object 🡒 PixelSize
Implements System.IEquatable<PixelSize>
Constructors
PixelSize(double, double) Constructor
Raster pixel size.
public PixelSize(double X, double Y);
Parameters
Pixel size along the X axis.
Pixel size along the Y axis.
Properties
PixelSize.X Property
Pixel size along the X axis.
public double X { get; set; }
Property Value
PixelSize.Y Property
Pixel size along the Y axis.
public double Y { get; set; }