Apachai.Effects.Core.FastBitmapExtensions.GetPointAddress C# (CSharp) Метод

GetPointAddress() публичный статический Метод

public static GetPointAddress ( this surf, Point point ) : PixelData*
surf this
point Point
Результат PixelData*
        public static unsafe PixelData* GetPointAddress(this FastBitmap surf, Point point)
        {
            return surf.GetPointAddress (point.X, point.Y);
        }

Same methods

FastBitmapExtensions::GetPointAddress ( this surf, int x, int y ) : PixelData*