System::Collections::Specialized::BitVector32::idx_set metodo
BitVector32::idx_set(BitVector32::Section, int32_t) method
Imposta il valore per la sezione specificata.
void System::Collections::Specialized::BitVector32::idx_set(BitVector32::Section section, int32_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| sezione | BitVector32::Section | sezione specificata. |
| valore | int32_t | valore specificato. |
Vedi anche
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
BitVector32::idx_set(int32_t, bool) method
Imposta un valore che indica se tutti i bit specificati sono impostati.
void System::Collections::Specialized::BitVector32::idx_set(int32_t bit, bool value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| bit | int32_t | bit specificati. |
| valore | bool | valore da impostare. |
Vedi anche
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++