Skip to main content

ISupportCoordPoints Interface

In This Article

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

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v24.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