Search
Utilities.DeviceToDoc Method (IMatrix, Rect)
See Also
 






Converts the specified rectangle from device to document coordinates.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Rect DeviceToDoc (
    IMatrix matrix,
    Rect rect
)

Visual Basic  Copy Code

Public Shared Function DeviceToDoc( _
    matrix As IMatrix, _
    rect As Rect _
) As Rect

 Parameters

matrix

rect

 Return Value

 See Also