ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / D2D1 Class / SinCos Method

In This Topic
    SinCos Method
    In This Topic
    void D2D1SinCos([In] float angle,[Out] float* s,[Out] float* c)
    Syntax
    'Declaration
     
    Public Shared Sub SinCos( _
       ByVal angle As System.Single, _
       ByRef s As System.Single, _
       ByRef c As System.Single _
    ) 
    public static void SinCos( 
       System.float angle,
       out System.float s,
       out System.float c
    )

    Parameters

    angle
    s
    c
    See Also