Search
InternalUtils.AddToRect Method
See Also
 






Appends the specified values to the width and the height of the specified rectangle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void AddToRect (
    ref Rect rect,
    double w,
    double h
)

Visual Basic  Copy Code

Public Shared Sub AddToRect( _
    ByRef rect As Rect, _
    w As Double, _
    h As Double _
)

 Parameters

rect

The Rectangle instance that must be modified.

w

The increment/decrement of the rectangle width.

h

The increment/decrement of the rectangle height.

 Remarks

This method supports the MindFusion.Diagramming for .NET MAUI infrastructure and is not intended to be used directly from your code.

 See Also