ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPCFAPattern Class / Values Property




In This Topic
Values Property (ImGearXMPCFAPattern)
In This Topic
Gets or sets CFA values.
Syntax
'Declaration
 
Public Property Values As ImGearXMPSeq(Of ImGearXMPInteger)
 
'Usage
 
Dim instance As ImGearXMPCFAPattern
Dim value As ImGearXMPSeq(Of ImGearXMPInteger)
 
instance.Values = value
 
value = instance.Values

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPInteger type parameter.
Remarks
CFA values are ordered as follows:

value [0,0]

...

value [n - 1, 0]

value [0, m - 1]

...

value [n - 1, m - 1]

where n is number of columns, and m is number of rows.

See Also