Ellipse
class Ellipse
Base class
Methods
                    __construct(int $width, int $height, array $pos, int $borderSize = 1, Color|string|null $borderColor = '#000000', Color|string|null $fillColor = '#FFFFFF')
        
                                            
                
            Creates an ellipse.
                    int
                
                
                    getWidth()
        
                                            
                
            No description
                    int
                
                
                    getHeight()
        
                                            
                
            No description
                    array
                
                
                    getPos()
        
                                            
                
            No description
                    int
                
                
                    getBorderSize()
        
                                            
                
            No description
                    getFillColor()
        
                                            
                
            No description
                    getBorderColor()
        
                                            
                
            No description
Details
        at line         line 57
                            
    __construct(int $width, int $height, array $pos, int $borderSize = 1, Color|string|null $borderColor = '#000000', Color|string|null $fillColor = '#FFFFFF')
        
    
    Creates an ellipse.