Search
ITransform.WorldToDevice Method (Rect)
See Also
 





Convert a Rect instance from world to screen coordinates.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

Rect WorldToDevice (
    Rect rect
)

Visual Basic  Copy Code

Function WorldToDevice( _
    rect As Rect _
) As Rect

 Parameters

rect

A Rect instance specifying world coordinates.

 Return Value

A Rect instance containing the corresponding screen coordinates.

 See Also