IrrlichtNETCP.VideoDriver.VideoDriver_Draw2DImage C# (CSharp) Method

VideoDriver_Draw2DImage() private method

private VideoDriver_Draw2DImage ( IntPtr videodriver, IntPtr texture, int destPos, int sourceRect, int clipRect, int color, bool useAlphaChannelOfTexture ) : void
videodriver System.IntPtr
texture System.IntPtr
destPos int
sourceRect int
clipRect int
color int
useAlphaChannelOfTexture bool
return void
        static extern void VideoDriver_Draw2DImage(IntPtr videodriver, IntPtr texture, int[] destPos, int[] sourceRect, int[] clipRect, int[] color, bool useAlphaChannelOfTexture);
VideoDriver