Search
IGraphicsPath.AddRectangle Method (Rect)
See Also
 





Adds a rectangle to this path.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void AddRectangle (
    Rect rect
)

Visual Basic  Copy Code

Sub AddRectangle( _
    rect As Rect _
)

 Parameters

rect

The rectangle to add.

 See Also