TransformationsCreateOverlayFreeCopy Method

CVB.Net Documentation
Creates a copy of the input image that does not have the overlay flag set. If the input image already is a non-overlay image, the input image will simply be copied (preserving the information in bit 0). Otherwise a new image with the overlay bits removed (= set to 0) will be generated and returned.

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

public static Image CreateOverlayFreeCopy(
	this Image img
)

Parameters

img
Type: Stemmer.CvbImage
Image of which to create a non-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