Version

FromWorldPosition Method (Series)

Converts a point from world coordinates to coordinates within the viewport of the series.
Syntax
'Declaration
 
Public Function FromWorldPosition( _
   ByVal world As Point _
) As Point
public Point FromWorldPosition( 
   Point world
)

Parameters

world
The world position from which to convert.

Return Value

The relative position within the current viewport of the series.
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