Nevron .NET Vision
Nevron.GraphicsCore Namespace / NCircleF Structure / SectorArea Method
sector angle (in radias)


In This Topic
    SectorArea Method (NCircleF)
    In This Topic
    Gets the smaller sector area of the two possible circular sectors defined by the specified angle (in radians).
    Syntax
    'Declaration
     
    
    Public Function SectorArea( _
       ByVal angle As System.Single _
    ) As System.Single
    'Usage
     
    
    Dim instance As NCircleF
    Dim angle As System.Single
    Dim value As System.Single
     
    value = instance.SectorArea(angle)
    public System.float SectorArea( 
       System.float angle
    )

    Parameters

    angle
    sector angle (in radias)
    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