MindFusion.Mapping Programmer's Guide

ITransform.DeviceToWorld Method

See Also
 






Convert a point from screen to world coordinates.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

Point DeviceToWorld (
    Point point
)

Visual Basic  Copy Code

Function DeviceToWorld( _
    point As Point _
) As Point

 Parameters

point

A Point specifying screen coordinates.

 Return Value

A Point containing the corresponding world coordinates.

 See Also