Partager via


DrawingAttributes.Clone, méthode

Mise à jour : November 2007

Retourne une copie de cet objet DrawingAttributes.

Espace de noms :  Microsoft.Ink
Assembly :  Microsoft.Ink (dans Microsoft.Ink.dll)

Syntaxe

'Déclaration
Public Function Clone As DrawingAttributes
'Utilisation
Dim instance As DrawingAttributes
Dim returnValue As DrawingAttributes

returnValue = instance.Clone()
public DrawingAttributes Clone()
public:
DrawingAttributes^ Clone()
public DrawingAttributes Clone()
public function Clone() : DrawingAttributes

Valeur de retour

Type : Microsoft.Ink.DrawingAttributes
Nouvelle copie de l'objet DrawingAttributes.

Notes

En général, vous clonez une copie principale des attributs de dessin, modifiez un ou plusieurs des attributs, puis vous affectez à la propriété DrawingAttributes la valeur Cursor.DrawingAttributes, InkEdit.DrawingAttributesou Stroke.DrawingAttributes, ou vous appelez la méthode Strokes.ModifyDrawingAttributes.

Exemples

Cet exemple C# crée un clone de l'objet DrawingAttributes associé à un objet Stroke, theStroke.

DrawingAttributes theClone = theStroke.DrawingAttributes.Clone();

Cet exemple Microsoft® Visual Basic® .NET crée un clone de l'objet DrawingAttributes associé à un objet Stroke, theStroke.

Dim theClone As DrawingAttributes = theStroke.DrawingAttributes.Clone()

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

Voir aussi

Référence

DrawingAttributes, classe

Membres DrawingAttributes

Microsoft.Ink, espace de noms

DrawingAttributes.DrawingAttributes

Strokes.ModifyDrawingAttributes