Mosa.DeviceSystem.FrameBuffer.SetPixel C# (CSharp) Method

SetPixel() public abstract method

Sets the pixel.
public abstract SetPixel ( uint color, uint x, uint y ) : void
color uint
x uint The x.
y uint The y.
return void
        public abstract void SetPixel(uint color, uint x, uint y);