TransformationsCreateOverlayCapableCopy Method

CVB.Net Documentation
Creates a copy of the input image that is guaranteed to be overlay capable. If the input image already is an overlay-capable image, the input image will simply be copied (preserving all overlay information). Otherwise a new image with the overlay flag set will be generated and receive a copy of the input image, but all the overlay bits will be set to zero.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Image CreateOverlayCapableCopy(
	this Image img
)

Parameters

img
Type: Stemmer.CvbImage
Image of which to create an overlay capable copy.

Return Value

Type: Image
Copy of the input image.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Image. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference