Click or drag to resize

MapPolylineBaseTransformedPoints Property

Gets or sets the transformed points. The transformed points are a collection of points which have been transformed to the currently applied spatial reference system. This property helps to improve performance since the point transformation is only done once.

Namespace:  Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public PointCollection TransformedPoints { get; set; }

Property Value

Type: PointCollection
See Also