Version

ProjectToMap(Rect,Projection,CoordinateSystem) Method

Translates a rectangle into world coordinates.
Syntax
'Declaration
 
Protected Overloads Overridable Function ProjectToMap( _
   ByVal rc As Rect, _
   ByVal dst As Projection, _
   ByVal src As CoordinateSystem _
) As Rect
protected virtual Rect ProjectToMap( 
   Rect rc,
   Projection dst,
   CoordinateSystem src
)

Parameters

rc
Rectangle to translate.
dst
Projection used.
src
Coordinate system.

Return Value

A rectangle mapped to world coordinates.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also