MapPolygon.ProjectedPoints Property

This documentation is no longer available on MSDN, however it is available as a CHM download.

Gets or sets the vertices of the polygon.

Namespace: Microsoft.Maps.MapControl
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)

Usage

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
Protected Overrides Property ProjectedPoints As PointCollection
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] 
protected override PointCollection ProjectedPoints { get; set; }
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")] 
protected:
virtual property PointCollection^ ProjectedPoints {
    PointCollection^ get () override;
    void set (PointCollection^ value) override;
}
/** @property */
protected PointCollection get_ProjectedPoints ()

/** @property */
protected void set_ProjectedPoints (PointCollection value)
protected override function get ProjectedPoints () : PointCollection

protected override function set ProjectedPoints (value : PointCollection)

Property Value

Returns PointCollection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

MapPolygon Class
MapPolygon Members
Microsoft.Maps.MapControl Namespace