Method DrawOverlay
DrawOverlay(IMarker, MarkerUIStates, MarkerOverlayRegion)
Draws additional overlays for a marker.
선언
public virtual void DrawOverlay(IMarker marker, MarkerUIStates uiState, MarkerOverlayRegion region)
파라미터
타입 | 이름 | 설명 |
---|---|---|
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. |
참고
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.