| C# | Visual Basic | Visual C++ |
public sealed class Ellipse : GraphicsBase
Public NotInheritable Class Ellipse _ Inherits GraphicsBase
public ref class Ellipse sealed : public GraphicsBase
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| Ellipse()()()() | Initializes a new instance of the Ellipse class | |
| Ellipse(array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(IFill, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(IFill, IStroke) | Initializes a new instance of the Ellipse class | |
| Ellipse(Int32, Int32, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(Int32, Int32, IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(Int32, Int32, IFill, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(Int32, Int32, IFill, IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(Int32, Int32, Int32, Int32, IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(Int32, Int32, Int32, Int32, IFill, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(Int32, Int32, Int32, Int32, IFill, IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(Int32, Int32, Int32, Int32, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Ellipse(IFill, IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the Ellipse class | |
| Bottom | (Inherited from GraphicsBase.) | |
| CalculatePixelColor(IDraw, Int32, Int32) |
If DrawFunction defined, uses it to find the color on the supplied coordinates
If not, returns the given color
(Inherited from GraphicsBase.) | |
| Draw()()()() | (Overrides GraphicsBase.Draw()()()().) | |
| Equals(Object) | (Inherited from Object.) | |
| Fill | (Inherited from GraphicsBase.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPixels()()()() | (Inherited from GraphicsBase.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Height | (Inherited from GraphicsBase.) | |
| Left | (Inherited from GraphicsBase.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Options | (Inherited from GraphicsBase.) | |
| Parent | (Inherited from GraphicsBase.) | |
| Right | (Inherited from GraphicsBase.) | |
| SetPixels(array<Color>[]()[][]) | (Inherited from GraphicsBase.) | |
| Stroke | (Inherited from GraphicsBase.) | |
| Top | (Inherited from GraphicsBase.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| Width | (Inherited from GraphicsBase.) |
| Object | ||
| GraphicsBase | ||
| Ellipse | ||