xtd 0.2.0
Loading...
Searching...
No Matches

◆ encoder_parameter_value_type

Specifies the data type of the xtd::drawing::imaging::encoder_parameter used with the xtd::drawing::image::save or xtd::drawing::image::save_add method of an image.

Namespace
xtd::drawing::imaging
Library
xtd.drawing
Enumerator
value_type_byte 

An 8-bit unsigned integer.

value_type_ascii 

An 8-bit ASCII value. This field specifies that the array of values is a null-terminated ASCII character string.

value_type_short 

A 16-bit, unsigned integer.

value_type_long 

A 32-bit unsigned integer.

value_type_rational 

A pair of 32-bit unsigned integers. Each pair represents a fraction, the first integer being the numerator and the second integer being the denominator.

value_type_long_range 

Two long values that specify a range of integer values. The first value specifies the lower end, and the second value specifies the higher end. All values are inclusive at both ends.

value_type_undefined 

A byte that has no data type defined. The variable can take any value depending on field definition.

value_type_rational_range 

A set of four 32-bit unsigned integers. The first two integers represent one fraction, and the second two integers represent a second fraction.
The two fractions represent a range of rational numbers. The first fraction is the smallest rational number in the range, and the second fraction is the largest rational number in the range. The values are inclusive at both ends.

value_type_rational_pointer 

A pointer to a block of custom metadata.