MindFusion.Mapping Programmer's Guide

ITransform.WorldToDevice Method

See Also
 






Convert a point from world to screen coordinates.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

Point WorldToDevice (
    Point point
)

Visual Basic  Copy Code

Function WorldToDevice( _
    point As Point _
) As Point

 Parameters

point

A Point specifying world coordinates.

 Return Value

A Point containing the corresponding screen coordinates.

 See Also