Creates an elliptic region.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static Region CreateEllipticRgn ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function CreateEllipticRgn( _ |
A RectangleF instance, which defines the source ellipse.
An instance of the .NET Region class.
RemarksThis method supports the MindFusion.Diagramming infrastructure and is not intended to be used directly from your code.
See Also