ImageProcessor.Imaging.FastBitmap.this C# (CSharp) Метод

this() приватный Метод

Gets the pixel data for the given position.
private this ( int x, int y ) : Color32*
x int /// The x position of the pixel. ///
y int /// The y position of the pixel. ///
Результат Color32*
        private Color32* this[int x, int y] = > (Color32*)(this.pixelBase + (y * this.bytesInARow) + (x * 4));