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; }
Public Property TransformedPoints As PointCollection
Get
Set
public:
property PointCollection^ TransformedPoints {
PointCollection^ get ();
void set (PointCollection^ value);
}
member TransformedPoints : PointCollection with get, set
Property Value
Type:
PointCollectionSee Also