[]
Represents base class for 2D plot symbols.
public class Symbol : PlotElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Name | Description |
---|---|
Symbol() |
Name | Description |
---|---|
symCenter | Stores the center point of the symbol. |
Name | Description |
---|---|
Size | Gets or sets the plot element size. |
Name | Description |
---|---|
AdjustLegendShape(Shape) | Adjusts legend shape properties. |
IsCompatible(IRenderer) | Returns whether the plot element is compatible with renderer. |
MeasureOverride(Size) | Measures the size of the plot element. |
Render(RenderContext) | Renders the plot element based on the specified context. |
UpdateGeometry(PathGeometry, Size) | Recreates the geometry describing the symbol. |