MapShapeBase.ProjectedPoints Property

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

When overridden in a derived class, gets or sets the projected points of the shape. Use this property to arrange the points of derived classes.

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

Usage

Syntax

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

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

protected abstract 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

MapShapeBase Class
MapShapeBase Members
Microsoft.Maps.MapControl.Core Namespace