New to Telerik UI for .NET MAUIStart a free 30-day trial

I2DShape

Interface

Represents a 2-Dimensional IShape. Such a shape is represented by one or more polygons.

Definition

Namespace:Telerik.Maui.Controls.ShapefileReader

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public interface I2DShape : IShape

Inherited Members IShape.GetAttribute(string)IShape.SetAttribute(string, object)

Properties

Gets the geographical bounds of the shape.

C#
LocationRect GeographicalBounds { get; }

Gets the collection of collections of Location values that represent the shape.

C#
IEnumerable<IEnumerable<Location>> Locations { get; }
In this article
DefinitionPropertiesGeographicalBoundsLocations
Not finding the help you need?
Contact Support