MappedImageClone Method

CVB.Net Documentation
Creates a new mapped image mapping the same source image.

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

public override Image Clone()

Return Value

Type: Image
New cloned mapped image.
Remarks

If you need an actual copied image use the Copy method.
See Also

Reference