Constructor MarkerOverlayRegion
MarkerOverlayRegion(Rect, Rect, double, double)
Constructor
Declaration
public MarkerOverlayRegion(Rect _markerRegion, Rect _timelineRegion, double _startTime, double _endTime)
Parameters
Type | Name | Description |
---|---|---|
Rect | _markerRegion | The area where the marker is being drawn. |
Rect | _timelineRegion | The area where the overlay is being drawn. |
double | _startTime | The start time of the visible region of the window. |
double | _endTime | The end time of the visible region of the window. |
MarkerOverlayRegion(Rect, Rect, double, double, float)
Constructor
Declaration
public MarkerOverlayRegion(Rect _markerRegion, Rect _timelineRegion, double _startTime, double _endTime, float _trackOffset)
Parameters
Type | Name | Description |
---|---|---|
Rect | _markerRegion | The area where the marker is being drawn. |
Rect | _timelineRegion | The area where the overlay is being drawn. |
double | _startTime | The start time of the visible region of the window. |
double | _endTime | The end time of the visible region of the window. |
float | _trackOffset | The offset from the timelineRegion to the trackRegion |