Search
Polygon Constructor (Rect)
See Also
 






Initializes a new instance of the Polygon class from the specified rectangle.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Polygon (
    Rect rect
)

Visual Basic  Copy Code

Public New ( _
    rect As Rect _
)

 Parameters

rect

 See Also