IrrlichtNETCP.VideoDriver.VideoDriver_Draw2DImageB C# (CSharp) Method

VideoDriver_Draw2DImageB() private method

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