Appends the specified values to the width and the height of the specified rectangle.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static void AddToRect ( |
Visual Basic
Copy Code
|
|---|
Public Shared Sub AddToRect( _ |
The Rectangle instance that must be modified.
The increment/decrement of the rectangle width.
The increment/decrement of the rectangle height.
RemarksThis method supports the MindFusion.Diagramming for .NET MAUI infrastructure and is not intended to be used directly from your code.
See Also