Normalizes the specified rectangle ensuring its height and width are non-negative numbers.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# 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.
This method supports the MindFusion.Diagramming for WebForms infrastructure and is not intended to be used directly from your code.