Square Class |
public class Square : ClosedSymbolBase
The Square type exposes the following members.
| Name | Description | |
|---|---|---|
| Square | Initializes a new instance of the Square class. | |
| Square(NamedColor, Boolean) | Initializes a new instance of the Square class. |
| Name | Description | |
|---|---|---|
| DesignSize |
Gets the design size of this scatter symbol.
(Inherited from ClosedSymbolBase) | |
| FillColor |
Gets the fill color of the symbol.
(Inherited from ClosedSymbolBase) | |
| Frame |
Gets the frame of the symbol, or null if the symbol does not have a frame.
(Inherited from ClosedSymbolBase) | |
| Inset |
Gets the inset of this symbol, or null if the symbol does not have an inset.
(Inherited from ClosedSymbolBase) | |
| PlotColorInfluence | Determines which colors of the scatter symbol are affected by the plot color. (Inherited from ClosedSymbolBase) | |
| RelativeStructureWidth |
Gets the width of internal structures (line e.g. the frame), relative to the symbol size.
(Inherited from ClosedSymbolBase) |
| Name | Description | |
|---|---|---|
| CalculatePolygons |
Calculates the polygons of the outer frame, the inner frame, and the inset.
(Inherited from ClosedSymbolBase) | |
| Clone | Creates a new object that is a copy of the current instance. (Inherited from ClosedSymbolBase) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from ClosedSymbolBase) | |
| 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).
(Overrides ClosedSymbolBaseGetCopyOfOuterPolygon) | |
| GetHashCode | Serves as the default hash function. (Inherited from ClosedSymbolBase) | |
| GetPolygon | Gets the normalized polygon vertices of the square. | |
| 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.
(Inherited from ClosedSymbolBase) | |
| WithFrame(IScatterSymbolFrame) |
Returns a copy of this symbol with the specified frame.
(Inherited from ClosedSymbolBase) | |
| WithFrame(IScatterSymbolFrame, NullableBoolean) |
Returns a copy of this symbol with the specified frame and optional plot-color influence for the frame.
(Inherited from ClosedSymbolBase) | |
| WithInset(IScatterSymbolInset) |
Returns a copy of this symbol with the specified inset.
(Inherited from ClosedSymbolBase) | |
| WithInset(IScatterSymbolInset, NullableBoolean) |
Returns a copy of this symbol with the specified inset and optional plot-color influence for the inset.
(Inherited from ClosedSymbolBase) | |
| WithPlotColorInfluence |
Returns a copy of this symbol with the specified plot-color influence.
(Inherited from ClosedSymbolBase) | |
| WithRelativeStructureWidth |
Returns a copy of this symbol with the specified relative structure width.
(Inherited from ClosedSymbolBase) |
| Name | Description | |
|---|---|---|
| _fillColor |
The fill color of the symbol.
(Inherited from ClosedSymbolBase) | |
| _frame |
The optional symbol frame.
(Inherited from ClosedSymbolBase) | |
| _inset |
The optional symbol inset.
(Inherited from ClosedSymbolBase) | |
| _relativeStructureWidth |
The relative width of the symbol structure.
(Inherited from ClosedSymbolBase) |