WebPlanner Programmer's Guide

Utilities.DeviceToDoc Method (IGraphics, Single, Single)

See Also
 


Transforms the specified point from device to world coordinates.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static PointF DeviceToDoc (
    IGraphics graphics,
    float devX,
    float devY
)

Visual Basic  Copy Code

Public Shared Function DeviceToDoc ( _
    graphics As IGraphics, _
    devX As Single, _
    devY As Single _
) As PointF

 Parameters

graphics
devX
devY

 Return Value

 See Also