Nevron .NET Vision
Nevron.GraphicsCore.Shapes Namespace / NGramShape Class / CalculateModel Method


In This Topic
    CalculateModel Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub CalculateModel( _
       ByVal edgeCount As System.Integer, _
       ByVal innerRadius As System.Single, _
       ByVal startAngle As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NGramShape
    Dim edgeCount As System.Integer
    Dim innerRadius As System.Single
    Dim startAngle As System.Single
     
    instance.CalculateModel(edgeCount, innerRadius, startAngle)
    protected void CalculateModel( 
       System.int edgeCount,
       System.float innerRadius,
       System.float startAngle
    )

    Parameters

    edgeCount
    innerRadius
    startAngle
    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