Constructor MarkerOverlayRegion
MarkerOverlayRegion(Rect, Rect, double, double)
Constructor
선언
public MarkerOverlayRegion(Rect _markerRegion, Rect _timelineRegion, double _startTime, double _endTime)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| 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
선언
public MarkerOverlayRegion(Rect _markerRegion, Rect _timelineRegion, double _startTime, double _endTime, float _trackOffset)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| 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 |