Interface IPointShape
Defines a 1-Dimensional IShape.
Namespace: Telerik.Maui.Controls.Compatibility.ShapefileReader
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public interface IPointShape : IShape
Properties
Location
Gets the geographical location of the shape.
Declaration
Location Location { get; }
Property Value
Location
|