IrrlichtNETCP.VideoDriver.VideoDriver_Draw2DImageD C# (CSharp) Method

VideoDriver_Draw2DImageD() private method

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