Nevron .NET Vision
Nevron.Diagram Namespace / NEllipsePath Class / CreateModelPath Method / CreateModelPath(NPointF,Single,Single,Single) Method


In This Topic
    CreateModelPath(NPointF,Single,Single,Single) Method
    In This Topic
    Creates an ellipse path with the specified parameters
    Syntax
    'Declaration
     
    
    Protected 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
    'Usage
     
    
    Dim 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)
    protected System.Drawing.Drawing2D.GraphicsPath CreateModelPath( 
       NPointF center,
       System.float xRadius,
       System.float yRadius,
       System.float angle
    )

    Parameters

    center
    xRadius
    yRadius
    angle
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also