'Declaration Public Shared Sub SinCos( _ ByVal angle As Single, _ ByRef s As Single, _ ByRef c As Single _ )
public static void SinCos( float angle, out float s, out float c )
D2D1 Class D2D1 Members