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


CalculateModel Method
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)

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