Normalizes the specified rectangle ensuring its height and width are non-negative numbers.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static RectangleF NormalizeRect ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function NormalizeRect( _ |
The .NET RectangleF to be normalized.
A .NET RectangleF instance that represents the normalized rectangle.
RemarksThis method supports the MindFusion.Diagramming infrastructure and is not intended to be used directly from your code.
See Also