Search
InternalUtils.NormalizeRect Method (RectangleF)
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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

The .NET RectangleF to be normalized.

 Return Value

A .NET RectangleF instance that represents the normalized rectangle.

 Remarks

This method supports the NetDiagram infrastructure and is not intended to be used directly from your code.

 See Also