Method DrawOverlay
DrawOverlay(IMarker, MarkerUIStates, MarkerOverlayRegion)
Draws additional overlays for a marker.
Declaration
public virtual void DrawOverlay(IMarker marker, MarkerUIStates uiState, MarkerOverlayRegion region)
Parameters
Type | Name | Description |
---|---|---|
IMarker | marker | The marker to draw. |
MarkerUIStates | uiState | The visual state of the marker. |
MarkerOverlayRegion | region | The on-screen area where the marker is being drawn. |
Remarks
Notes:
- It is only called during TimelineWindow's Repaint step.
- If there are multiple markers on top of each other, only the topmost marker receives the DrawOverlay call.