Gets and sets the stored pixel value mapped to the first entry in the Lookup Table.
public int FirstValueMapped {get; set;}
public: __property int get_FirstValueMapped();
public: __property void set_FirstValueMapped(
int value
);
public:
property int FirstValueMapped {
int get();
void set ( int value);
}
'Declaration
Public Property FirstValueMapped As Integer
'Usage
Dim instance As LookupTable
Dim value As Integer
instance.FirstValueMapped = value
value = instance.FirstValueMapped
Property Value
An integer value which represents the pixel value mapped to the first entry in the Lookup Table.