ITextImage.Item[Int32] Propriété

Définition

Obtient un caractère unique à la position spécifiée.

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

Paramètres

position
Int32

Position du caractère.

Valeur de propriété

Char

Caractère à position.

Exceptions

position est inférieur à zéro ou supérieur ou égal à la longueur de l’image.

S’applique à