Tao.Sdl SDK Documentation

SdlGfx.rotozoomSurfaceSize Method 

Returns the size of the target surface for a rotozoomSurface() call

[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
);

Parameters

width
height
angle
zoom
dstwidth
dstheight

Return Value

See Also

SdlGfx Class | Tao.Sdl Namespace