System::Collections::Specialized::BitVector32::CreateSection metodo
BitVector32::CreateSection(int16_t) method
Crea la prima sezione in una serie, con il valore massimo specificato.
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue)
| Parametro | Tipo | Descrizione |
|---|---|---|
| maxValue | int16_t | valore massimo specificato. |
Vedi anche
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++
BitVector32::CreateSection(int16_t, BitVector32::Section) method
Crea la sezione successiva in una serie, con il valore massimo specificato.
static BitVector32::Section System::Collections::Specialized::BitVector32::CreateSection(int16_t maxValue, BitVector32::Section previous)
| Parametro | Tipo | Descrizione |
|---|---|---|
| maxValue | int16_t | valore massimo specificato. |
| precedente | BitVector32::Section | serie precedente |
Vedi anche
- Class Section
- Class BitVector32
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++