DrawingSupport.OffScreenBuffer.OffScreenBuffer Function
constructor for DotNetOffScreenBuffer, creates a new Bitmap to store it's data

Public void OffScreenBuffer (int, int, int)
  Type Name Description  
    int width the width of the buffer  
    int height the height of the buffer  
    int depth    
  Return Description  
    void    
Other overloads:
DrawingSupport.OffScreenBuffer.#ctor(Bitmap,2)