Alexandria.Engines.Sciagi.Resources.PictureRenderer.DrawPixel C# (CSharp) Méthode

DrawPixel() public méthode

Draw a single pixel.
public DrawPixel ( int x, int y ) : void
x int
y int
Résultat void
        public void DrawPixel(int x, int y)
        {
            DrawPixel(new Vector2i(x, y));
        }

Same methods

PictureRenderer::DrawPixel ( Vector2i at ) : void