xtd 0.2.0
Loading...
Searching...
No Matches
encoder_parameter_value_type.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace drawing {
13 namespace imaging {
39 };
40 }
41 }
42}
43
47};
std::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:19
encoder_parameter_value_type
Specifies the data type of the xtd::drawing::imaging::encoder_parameter used with the xtd::drawing::i...
Definition encoder_parameter_value_type.h:20
@ value_type_rational
A pair of 32-bit unsigned integers. Each pair represents a fraction, the first integer being the nume...
@ value_type_undefined
A byte that has no data type defined. The variable can take any value depending on field definition.
@ value_type_long_range
Two long values that specify a range of integer values. The first value specifies the lower end,...
@ value_type_rational_range
A set of four 32-bit unsigned integers. The first two integers represent one fraction,...
@ value_type_rational_pointer
A pointer to a block of custom metadata.
@ value_type_ascii
An 8-bit ASCII value. This field specifies that the array of values is a null-terminated ASCII charac...
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:36