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

X System.Double

Pixel size along the X axis.

Y System.Double

Pixel size along the Y axis.

Properties

PixelSize.X Property

Pixel size along the X axis.

public double X { get; set; }

Property Value

System.Double

PixelSize.Y Property

Pixel size along the Y axis.

public double Y { get; set; }

Property Value

System.Double