ImagePlaneMap Method

CVB.Net Documentation
Create a map from a single image plane that shares its memory with the original plane.

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

public MappedImage Map()

Return Value

Type: MappedImage
Mapped image object.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent image has already been disposed
See Also

Reference