NesHd.Core.Output.Video.Devices.VideoGdi.DrawAbsolutePixel C# (CSharp) 메소드

DrawAbsolutePixel() 공개 메소드

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