Skip to main content

ISupportCoordPoints Interface

The interface that should be implemented by map vector items specified using an array of points.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v23.2.Core.dll

NuGet Package: DevExpress.Map.Core

Declaration

public interface ISupportCoordPoints

Remarks

This interface introduces the ISupportCoordPoints.Points property, specifying an array of points determining the item’s shape.

See Also