Stroke.SetPoint, méthode
Mise à jour : November 2007
Définit la structure Point (page pouvant être en anglais) à l'index spécifié dans un objet Stroke.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public Function SetPoint ( _
index As Integer, _
point As Point _
) As Integer
'Utilisation
Dim instance As Stroke
Dim index As Integer
Dim point As Point
Dim returnValue As Integer
returnValue = instance.SetPoint(index, _
point)
public int SetPoint(
int index,
Point point
)
public:
int SetPoint(
int index,
Point point
)
public int SetPoint(
int index,
Point point
)
public function SetPoint(
index : int,
point : Point
) : int
Paramètres
- index
Type : System.Int32
Index de base zéro de la structure Point (page pouvant être en anglais) à modifier.
- point
Type : System.Drawing.Point
Nouvelle valeur Point (page pouvant être en anglais) pour le point dans l'objet Stroke au niveau de index.
Valeur de retour
Type : System.Int32
Retourne le nombre de points modifiés. En général, cette méthode retourne 1.
Exemples
Cet exemple C# définit le premier point de l'objet Stroke, theStroke, sur l'origine.
theStroke.SetPoint(0, new Point(0,0));
Cet exemple Microsoft Visual Basic .NET définit le premier point de l'objet Stroke, theStroke, sur l'origine.
theStroke.SetPoint(0, New Point(0,0))
Plateformes
Windows Vista
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0