Search
Utilities.DeviceToDoc Method (IGraphics, Rectangle)
See Also
 






Converts the specified rectangle from device to document coordinates.

Namespace: MindFusion
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public static Rectangle DeviceToDoc (
    IGraphics graphics,
    Rectangle rect
)

Visual Basic  Copy Code

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

 Parameters

graphics

rect

 Return Value

 See Also