DrawingSupport.DrawSupport Class
The DrawSupport class is the main class used by the RFB-Surface to access the drawing functionality

Access: Public
Base Classes: Object
  Members Description  
    buffer    
    doubleBuffer    
    backBufferBitmap    
    format The pixelformat of the remote frame buffer

 
    width The width of the remote frame buffer

 
    height The height of the remote frame buffer

 
    depth The depth of the remote frame buffer

 
    disposed is dispose already called

 
    DrawSupport constructor for DrawSupport

 
    registerView register a view, which this DrawSupport instance draws to. In this step the view is prepared for drawing to it

 
    initialize initialize the DrawSupport

 
    drawBackBufferToScreen draws the specified region of backbuffer to screen

 
    drawBackBufferToScreen draws the whole backbuffer to screen

 
    getDrawingObject get DrawingObject for updating the backbuffer

 
    getOffScreenBuffer get an OffScreenBuffer with the given dimension

 
    copyFromBackBuffer creates an OffScreenBuffer with a part of the backbuffer as contents

 
    drawingObjectDone called by a DrawingObject to inform DrawSupport of a performed update. should only be called by a DrawingObject created by the getDrawingIbject method.

 
    Dispose for freeing resources, call if DrawingSupport object is no longer needed, (is othrewise called during finalization)

 
    ~DrawSupport finalizer