Tao.Sdl SDK Documentation

SdlGfx.rotozoomSurfaceSize Method 

[Visual Basic]
Public Shared Sub rotozoomSurfaceSize( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal angle As Double, _
   ByVal zoom As Double, _
   ByRef dstwidth As Integer, _
   ByRef dstheight As Integer _
)
[C#]
public static void rotozoomSurfaceSize(
   int width,
   int height,
   double angle,
   double zoom,
   out int dstwidth,
   out int dstheight
);

See Also

SdlGfx Class | Tao.Sdl Namespace