WebPlanner Programmer's Guide

Utilities.NormalizeRect Method (RectangleF)

See Also
 


Normalizes the specified rectangle ensuring its height and width are non-negative numbers.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static RectangleF NormalizeRect (
    RectangleF rc
)

Visual Basic  Copy Code

Public Shared Function NormalizeRect ( _
    rc As RectangleF _
) As RectangleF

 Parameters

rc

 Return Value

 See Also