System::Drawing::CharacterRange::CharacterRange constructor
CharacterRange::CharacterRange() constructor
Constructs a new instance of CharacterRange class that represents an empty range.
System::Drawing::CharacterRange::CharacterRange()
See Also
- Class CharacterRange
- Namespace System::Drawing
- Library Aspose.Font for C++
CharacterRange::CharacterRange(int32_t, int32_t) constructor
Constructs a new instance of CharacterRange class that represents the specified range.
System::Drawing::CharacterRange::CharacterRange(int32_t first, int32_t length)
Parameter | Type | Description |
---|---|---|
first | int32_t | The position in a string of the first characeter of the range represented by the current object |
length | int32_t | The number of characters in the range |
See Also
- Class CharacterRange
- Namespace System::Drawing
- Library Aspose.Font for C++