Transforms the specified rectangle from one coordinate space to another.
Namespace: MindFusion Assembly: MindFusion.Common
Syntax
C#
Copy Code
|
public static RectangleF TransformRect ( Graphics g, RectangleF r, CoordinateSpace destSpace, CoordinateSpace srcSpace ) |
Visual Basic
Copy Code
|
Public Shared Function TransformRect ( _ g As Graphics, _ r As RectangleF, _ destSpace As CoordinateSpace, _ srcSpace As CoordinateSpace _ ) As RectangleF |
Parameters
Return Value
See Also
|