Search
Utilities.DeviceToDoc Method (IMatrix, 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 (
    IMatrix matrix,
    Rectangle rect
)

Visual Basic  Copy Code

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

 Parameters

matrix

rect

 Return Value

 See Also