NesHd.Core.Output.Video.Devices.VideoGdi.DrawAbsolutePixel C# (CSharp) Method

DrawAbsolutePixel() public method

public DrawAbsolutePixel ( int x, int y, int color ) : void
x int
y int
color int
return void
        public void DrawAbsolutePixel(int x, int y, int color)
        {
            throw new System.NotImplementedException();
        }