ASP.NET Pack Programmer's Guide
GdiTransform.WorldToDevice Method (Point)
See Also
 





Convert a point from world to screen coordinates.

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

public Point WorldToDevice (
    Point point
)

Visual Basic  Copy Code

Public 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

WorldToDevice Method Overload List
GdiTransform Members
GdiTransform Class
MindFusion.Mapping.WebForms Namespace