Skip to main content
A newer version of this page is available. .

ISupportCoordPoints Interface

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

Namespace: DevExpress.Map

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

NuGet Packages: DevExpress.Map.Core, DevExpress.WindowsDesktop.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