WebPlanner Programmer's Guide

Utilities.TransformRect Method (Graphics, Rectangle, CoordinateSpace, CoordinateSpace)

See Also
 


Transforms the specified rectangle from one coordinate space to another using the affine transformation from the specified graphics.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static RectangleF TransformRect (
    Graphics g,
    Rectangle r,
    CoordinateSpace destSpace,
    CoordinateSpace srcSpace
)

Visual Basic  Copy Code

Public Shared Function TransformRect ( _
    g As Graphics, _
    r As Rectangle, _
    destSpace As CoordinateSpace, _
    srcSpace As CoordinateSpace _
) As RectangleF

 Parameters

g
r
destSpace
srcSpace

 Return Value

 See Also