DrawingSupport.DrawingObject.DrawingObject Function
creates a DrawingObject, for drawing to a specified resion

Public void DrawingObject (int, int, int, int, DrawingSupport.OffScreenBuffer, DrawingSupport.DrawSupport)
  Type Name Description  
    int x    
    int y    
    int width    
    int height    
    OffScreenBuffer buffer    
    DrawSupport drawSup    
  Return Description  
    void    
Remarks:
This constructor should only be used from methods/constructors within a DrawingSupport class