2#ifndef _aspose_system_drawing_character_range_h_
3#define _aspose_system_drawing_character_range_h_
8namespace System {
namespace Drawing {
Represents a range of character positions in a string. This type should be allocated on stack and pas...
Definition: character_range.h:14
CharacterRange(int32_t first, int32_t length)
Constructs a new instance of CharacterRange class that represents the specified range.
void set_Length(int32_t length)
Returns the number of characters in the range represented by the current object.
CharacterRange()
Constructs a new instance of CharacterRange class that represents an empty range.
bool operator!=(const CharacterRange &cr) const
Determines if the current and specified objects represent distinct ranges.
int32_t get_Length() const
Returns the number of characters in the range represented by the current object.
void set_First(int32_t first)
Sets the position of the first character of the range represented by the current object.
bool operator==(const CharacterRange &cr) const
Determines if the current and specified objects represent the same range.
int32_t get_First() const
Returns the position of the first character of the range represented by the current object.
Definition: db_command.h:9