ASP.NET Pack Programmer's Guide
InternalUtils.CreatePolygonRgn Method
See Also
 





Creates a polygonal region.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Region CreatePolygonRgn (
    PointF[] poly
)

Visual Basic  Copy Code

Public Shared Function CreatePolygonRgn( _
    poly() As PointF _
) As Region

 Parameters

poly
An array of PointF objects, which defines the source polygon.

 Return Value

An instance of the .NET Region class.

 Remarks

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

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace