protected Task<IDisposable> AddOverlayAsync( CIMGraphic graphic )
Protected Overloads Function AddOverlayAsync( _ ByVal graphic As CIMGraphic _ ) As Task(Of IDisposable)
Parameters
- graphic
- The graphic to be added to the overlay.
Return Value
An object that when disposed will remove the overlay.