Inflate/deflate the specified rectangle with the specified values.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static void AddToRect ( |
Visual Basic
Copy Code
|
|---|
Public Shared Sub AddToRect( _ |
The .NET RectangleF 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 infrastructure and is not intended to be used directly from your code.
See Also