WebPlanner Programmer's Guide

Utilities.DocToDevice Method (IGraphics, RectangleF)

See Also
 


Transforms the specified rectangle from world to device coordinates.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Rectangle DocToDevice (
    IGraphics graphics,
    RectangleF r
)

Visual Basic  Copy Code

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

 Parameters

graphics
r

 Return Value

 See Also