C# Class NewTOAPIA.Graphics.PixelAccessorBGRAb

Inheritance: PixelAccessor
Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
PixelAccessorBGRAb ( int width, int height, PixmapOrientation orientation, IntPtr pixelPointer, int bytesPerRow ) : System

Method Details

PixelAccessorBGRAb() public method

public PixelAccessorBGRAb ( int width, int height, PixmapOrientation orientation, IntPtr pixelPointer, int bytesPerRow ) : System
width int
height int
orientation PixmapOrientation
pixelPointer System.IntPtr
bytesPerRow int
return System