Closed |
public abstract class ClosedSymbolBase : SymbolBase, IScatterSymbol, IImmutable, ICloneable
The ClosedSymbolBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ClosedSymbolBase | Initializes a new instance of the ClosedSymbolBase class. | |
| ClosedSymbolBase(NamedColor, Boolean) | Initializes a new instance of the ClosedSymbolBase class. |
| Name | Description | |
|---|---|---|
| DesignSize | Gets the design size of this scatter symbol. | |
| FillColor | Gets the fill color of the symbol. | |
| Frame | Gets the frame of the symbol, or null if the symbol does not have a frame. | |
| Inset | Gets the inset of this symbol, or null if the symbol does not have an inset. | |
| PlotColorInfluence | Determines which colors of the scatter symbol are affected by the plot color. | |
| RelativeStructureWidth | Gets the width of internal structures (line e.g. the frame), relative to the symbol size. |
| Name | Description | |
|---|---|---|
| CalculatePolygons | Calculates the polygons of the outer frame, the inner frame, and the inset. | |
| Clone | Creates a new object that is a copy of the current instance. | |
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetCopyOfOuterPolygon | Gets a copy of the outer symbol shape as polygon(s). | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WithFillColor | Returns a copy of this symbol with the specified fill color. | |
| WithFrame(IScatterSymbolFrame) | Returns a copy of this symbol with the specified frame. | |
| WithFrame(IScatterSymbolFrame, NullableBoolean) | Returns a copy of this symbol with the specified frame and optional plot-color influence for the frame. | |
| WithInset(IScatterSymbolInset) | Returns a copy of this symbol with the specified inset. | |
| WithInset(IScatterSymbolInset, NullableBoolean) | Returns a copy of this symbol with the specified inset and optional plot-color influence for the inset. | |
| WithPlotColorInfluence | Returns a copy of this symbol with the specified plot-color influence. | |
| WithRelativeStructureWidth | Returns a copy of this symbol with the specified relative structure width. |
| Name | Description | |
|---|---|---|
| _fillColor | The fill color of the symbol. | |
| _frame | The optional symbol frame. | |
| _inset | The optional symbol inset. | |
| _relativeStructureWidth | The relative width of the symbol structure. |