[]
Called when symbol is rendering.
protected virtual bool OnSymbolRendering(IRenderEngine engine, int i, double x, double y)
Type | Name | Description |
---|---|---|
IRenderEngine | engine | Render engine |
int | i | Symbol index |
double | x | x-coordinate |
double | y | y-coordinate |
Type | Description |
---|---|
bool | Whether to perform default symbol rendering. |