ITextImage.Item[Int32] Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a single character at the specified position.
C++
public:
property char default[int] { char get(int position); };
public char this[int position] { get; }
member this.Item(int) : char
Default Public ReadOnly Property Item(position As Integer) As Char
- position
- Int32
The position of the character.
The character at position
.
position
is less than zero or greater than or equal to the length of the image.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |