Visual Basic (Declaration) | |
---|---|
Public Delegate Sub CodecsOverlayCallback( _ ByVal data As CodecsOverlayData _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public delegate void CodecsOverlayCallback( CodecsOverlayData data ) |
C++/CLI | |
---|---|
public delegate void CodecsOverlayCallback( CodecsOverlayData^ data ) |
Parameters
- data
- A CodecsOverlayData object that contains information for the callback. Some members of this object are for input, some are for output. For more information, refer to CodecsOverlayData.
For an example, refer to RasterCodecs.StartOverlay
The CodecsOverlayCallback delegate is passed to
RasterCodecs.StartOverlay to get the overlay image and other information from the
user when loading a file containing an overlay.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family