Click or drag to resize

MapPolygon Methods

The MapPolygon type exposes the following members.

Methods
  NameDescription
Protected methodBuildGeometry
Creates a new Geometry object by means of a set of PointCollections.
Protected methodClipShape
Clip the Polygon object.
(Overrides MapPolylineClipShape(MapView, UpdateMode, Boolean).)
Public methodCurrentThickness
Retrieves the thickness for lines depending on the current scale.
(Inherited from MapShape.)
Protected methodNeedsUpdate
Indicates if the update process should be started or not.
(Inherited from MapShape.)
Protected methodTransformShape
Transforms the polyline object according the transformation provided by GeoTransform.
(Inherited from MapPolyline.)
Public methodUpdateShape
Update the properties of the shape, according the current scale of the MapView object.
(Overrides MapPolylineUpdateShape(MapView, UpdateMode, Boolean).)
Top
Extension Methods
  NameDescription
Public Extension MethodEnvelope
Create the minimal bounding rectangle around a shape object.
(Defined by RectExtensions.)
Public Extension MethodFindRelativeT
Finds an object of type T for a framework element which is somewhere in the visual tree.
(Defined by MapElementExtensions.)
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also