ASP.NET Pack Programmer's Guide
MapContent.Transform Method
See Also
 





Gets a matrix representing the transformation from layer to screen coordinates.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Matrix Transform (
    RectangleF targetRect
)

Visual Basic  Copy Code

Public Function Transform( _
    targetRect As RectangleF _
) As Matrix

 Parameters

targetRect

The target rectangle to which to map the map's bounding box.

 Return Value

A Matrix instance.

 See Also

MapContent Members
MapContent Class
MindFusion.Diagramming Namespace