| Visual Basic (Declaration) | |
|---|---|
Public Sub StopOverlay() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterCodecs instance.StopOverlay() | |
| C# | |
|---|---|
public void StopOverlay() | |
| C++/CLI | |
|---|---|
public: void StopOverlay(); | |
For an example, refer to StartOverlay.
Call this method to restore the old overlay handling prior to calling StartOverlay
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code