dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

ScreenshotArea Class

Specifies whether to take a screenshot of a specific area of the view. The area coordinates are relative to the origin of the padded view and will be clipped to the view size. Defaults to the whole view.

public class ScreenshotArea :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ScreenshotArea>

Inheritance System.Object 🡒 ScreenshotArea

Implements System.IEquatable<ScreenshotArea>

Constructors

ScreenshotArea() Constructor

public ScreenshotArea();

Properties

ScreenshotArea.Height Property

The height of the area.

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

Property Value

System.Nullable<System.Double>

ScreenshotArea.Width Property

The width of the area.

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

Property Value

System.Nullable<System.Double>

ScreenshotArea.X Property

The x coordinate of the area.

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

Property Value

System.Nullable<System.Double>

ScreenshotArea.Y Property

The y coordinate of the area.

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

Property Value

System.Nullable<System.Double>