WebPlanner Programmer's Guide

Utilities.NormalizeRect Method (Rectangle)

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 Rectangle NormalizeRect (
    Rectangle rc
)

Visual Basic  Copy Code

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

 Parameters

rc

 Return Value

 See Also