Tao.Sdl SDK Documentation

SdlGfx.rotozoomSurfaceSizeXY Method 

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

See Also

SdlGfx Class | Tao.Sdl Namespace