Tao.DevIl SDK Documentation

Il.ilBlit Method 

[Visual Basic]
Public Shared Function ilBlit( _
   ByVal Source As Integer, _
   ByVal DestX As Integer, _
   ByVal DestY As Integer, _
   ByVal DestZ As Integer, _
   ByVal SrcX As Integer, _
   ByVal SrcY As Integer, _
   ByVal SrcZ As Integer, _
   ByVal Width As Integer, _
   ByVal Height As Integer, _
   ByVal Depth As Integer _
) As Boolean
[C#]
public static bool ilBlit(
   int Source,
   int DestX,
   int DestY,
   int DestZ,
   int SrcX,
   int SrcY,
   int SrcZ,
   int Width,
   int Height,
   int Depth
);

See Also

Il Class | Tao.DevIl Namespace