DrawingSupport.OffScreenBuffer.drawFromPixelArray Function
draw the data from a pixel array to the OffScreenBuffer

Public void drawFromPixelArray (System.Drawing.Bitmap, int, int, int, int, VNC.RFBDrawing.PixelDecoders.PixelDecoder)
  Type Name Description  
    System.Drawing.Bitmap bitmap    
    int width    
    int height    
    int destX    
    int destY    
    PixelDecoder usedDecoder    
  Return Description  
    void