Search
Polygon Constructor (Rect, Int32)
See Also
 






Initializes a new instance of the Polygon class approximating the ellipse defined by the specified rectangle.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Polygon (
    Rect bounds,
    int factor
)

Visual Basic  Copy Code

Public New ( _
    bounds As Rect, _
    factor As Integer _
)

 Parameters

bounds

factor

 See Also