get_size
  
  Description:
  public Point get_size () 
throws Error
   
  
    Gets the size of the specified Component.
     The returned values are meaningful only if the Component has both STATE_VISIBLE and STATE_SHOWING.
    Parameters:
    
      
        | this | a pointer to the Component to query. | 
    
    Returns:
    
      
        | An Point giving the this's size. |