MappingOption Enumeration

CVB.Net Documentation
Mapping options when creating a (potentially) mapped image

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

public enum MappingOption
Members

  Member nameValueDescription
CopyPixels0 Create a deep copy of the source pixels
LinkPixels1 Create a linked copy of the source pixels that shares the memory of the source pixels i.e. changes to one image affect the linked image as well
See Also

Reference