Pinta.ImageManipulation.BaseSurface.GetRowAddress C# (CSharp) Method

GetRowAddress() public method

public GetRowAddress ( int y ) : ColorBgra*
y int
return ColorBgra*
		public unsafe ColorBgra* GetRowAddress (int y)
		{
			return data + (y * width);
		}
		#endregion