dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

RemovePointOnPolygonResult Class

Result of the RemovePoint(Polygon, int, int) method.

public record RemovePointOnPolygonResult : System.IEquatable<dymaptic.GeoBlazor.Core.Results.RemovePointOnPolygonResult>

Inheritance System.Object 🡒 RemovePointOnPolygonResult

Implements System.IEquatable<RemovePointOnPolygonResult>

Constructors

RemovePointOnPolygonResult(Polygon, Point) Constructor

Result of the RemovePoint(Polygon, int, int) method.

public RemovePointOnPolygonResult(dymaptic.GeoBlazor.Core.Components.Geometries.Polygon Polygon, dymaptic.GeoBlazor.Core.Components.Geometries.Point Point);

Parameters

Polygon Polygon

The resulting Polygon after the point has been removed.

Point Point

The point that was removed from the polygon.

Properties

RemovePointOnPolygonResult.Point Property

The point that was removed from the polygon.

public dymaptic.GeoBlazor.Core.Components.Geometries.Point Point { get; init; }

Property Value

Point

RemovePointOnPolygonResult.Polygon Property

The resulting Polygon after the point has been removed.

public dymaptic.GeoBlazor.Core.Components.Geometries.Polygon Polygon { get; init; }

Property Value

Polygon