Nevron .NET Vision
Nevron.GraphicsCore.Shapes Namespace / NSectorShape Class / SetAngles Method


In This Topic
    SetAngles Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetAngles( _
       ByVal fBeginAngleRad As System.Single, _
       ByVal fEndAngleRad As System.Single, _
       ByVal fSweepAngleRad As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NSectorShape
    Dim fBeginAngleRad As System.Single
    Dim fEndAngleRad As System.Single
    Dim fSweepAngleRad As System.Single
     
    instance.SetAngles(fBeginAngleRad, fEndAngleRad, fSweepAngleRad)
    public void SetAngles( 
       System.float fBeginAngleRad,
       System.float fEndAngleRad,
       System.float fSweepAngleRad
    )

    Parameters

    fBeginAngleRad
    fEndAngleRad
    fSweepAngleRad
    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