ImageGear v26.3 - Updated
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
    public ImGearXMPSeq<ImGearXMPInteger> Values {get; set;}
    public: __property ImGearXMPSeq<ImGearXMPInteger*>* get_Values();
    public: __property void set_Values( 
       ImGearXMPSeq<ImGearXMPInteger*>* value
    );
    public:
    property ImGearXMPSeq<ImGearXMPInteger^>^ Values {
       ImGearXMPSeq<ImGearXMPInteger^>^ get();
       void set (    ImGearXMPSeq<ImGearXMPInteger^>^ value);
    }

    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