IrrlichtNETCP.VideoDriver.VideoDriver_Draw2DLine C# (CSharp) Method

VideoDriver_Draw2DLine() private method

private VideoDriver_Draw2DLine ( IntPtr videodriver, int start, int end, int color ) : void
videodriver System.IntPtr
start int
end int
color int
return void
        static extern void VideoDriver_Draw2DLine(IntPtr videodriver, int[] start, int[] end, int[] color);
VideoDriver