Tao.Sdl SDK Documentation
SdlGfx.shrinkSurface Method
[Visual Basic]
Public Shared Function shrinkSurface( _
ByVal
src
As
IntPtr
, _
ByVal
factorx
As
Integer
, _
ByVal
factory
As
Integer
_
) As
IntPtr
[C#]
public static
IntPtr
shrinkSurface(
IntPtr
src
,
int
factorx
,
int
factory
);
See Also
SdlGfx Class
|
Tao.Sdl Namespace