IrrlichtNETCP.VideoDriver.VideoDriver_Draw2DImageC C# (CSharp) Method

VideoDriver_Draw2DImageC() private method

private VideoDriver_Draw2DImageC ( IntPtr videodriver, IntPtr texture, int destPos, int sourceRect, int clipRect, int color1, int color2, int color3, int color4, bool useAlphaChannelOfTexture ) : void
videodriver System.IntPtr
texture System.IntPtr
destPos int
sourceRect int
clipRect int
color1 int
color2 int
color3 int
color4 int
useAlphaChannelOfTexture bool
return void
        static extern void VideoDriver_Draw2DImageC(IntPtr videodriver, IntPtr texture, int[] destPos, int[] sourceRect, int[] clipRect, int[] color1, int[] color2, int[] color3, int[] color4, bool useAlphaChannelOfTexture);
VideoDriver