'DeclarationProtected Overloads Function CreateModelPath( _ ByVal center As NPointF, _ ByVal xRadius As System.Single, _ ByVal yRadius As System.Single, _ ByVal angle As System.Single _ ) As System.Drawing.Drawing2D.GraphicsPath
'UsageDim instance As NEllipsePath Dim center As NPointF Dim xRadius As System.Single Dim yRadius As System.Single Dim angle As System.Single Dim value As System.Drawing.Drawing2D.GraphicsPath value = instance.CreateModelPath(center, xRadius, yRadius, angle)
Parameters
- center
 - xRadius
 - yRadius
 - angle