Transformations Methods

CVB.Net Documentation

The Transformations type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateOverlayCapableCopy
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.
Public methodStatic memberCreateOverlayFreeCopy
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.
Top
See Also

Reference