System.Drawing.FastBitmap.this C# (CSharp) Method

this() public method

public this ( int x, int y ) : PixelData*
x int
y int
return PixelData*
        public PixelData* this[int x, int y]
        {
            get { return (PixelData*)(_pBase + y * _width + x * sizeof(PixelData)); }
        }