| C# | Visual Basic | Visual C++ |
public abstract class GraphicsBase : ITextureDrawable, IGraphicsConstrainClient
Public MustInherit Class GraphicsBase _ Implements ITextureDrawable, IGraphicsConstrainClient
public ref class GraphicsBase abstract : ITextureDrawable, IGraphicsConstrainClient
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| GraphicsBase()()()() | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(IFill, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(IFill, IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(Int32, Int32, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(Int32, Int32, IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(Int32, Int32, IFill, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(Int32, Int32, IFill, IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(Int32, Int32, Int32, Int32, IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(Int32, Int32, Int32, Int32, IFill, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(Int32, Int32, Int32, Int32, IFill, IStroke, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(Int32, Int32, Int32, Int32, array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| GraphicsBase(array<GraphicOption>[]()[][]) | Initializes a new instance of the GraphicsBase class | |
| Bottom | ||
| CalculatePixelColor(IDraw, Int32, Int32) |
If DrawFunction defined, uses it to find the color on the supplied coordinates
If not, returns the given color
| |
| Draw()()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| Fill | ||
| 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()()()() | ||
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Height | ||
| Left | ||
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Options | ||
| Parent | ||
| Right | ||
| SetPixels(array<Color>[]()[][]) | ||
| Stroke | ||
| Top | ||
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| Width |
| Object | ||
| GraphicsBase | ||
| Ellipse | ||
| GraphicGroup | ||
| Rect | ||
| Triangle | ||