WebPlanner Programmer's Guide

Utilities.DeviceToDoc Method (IGraphics, Rectangle)

See Also
 


Transforms the specified rectangle from device to world coordinates.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static RectangleF DeviceToDoc (
    IGraphics graphics,
    Rectangle r
)

Visual Basic  Copy Code

Public Shared Function DeviceToDoc ( _
    graphics As IGraphics, _
    r As Rectangle _
) As RectangleF

 Parameters

graphics
r

 Return Value

 See Also