DrawingAttributes.Clone-Methode
Gibt eine Kopie dieses DrawingAttributes-Objekts zurück.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Function Clone As DrawingAttributes
'Usage
Dim instance As DrawingAttributes
Dim returnValue As DrawingAttributes
returnValue = instance.Clone()
public DrawingAttributes Clone()
public:
DrawingAttributes^ Clone()
public DrawingAttributes Clone()
public function Clone() : DrawingAttributes
Rückgabewert
Typ: Microsoft.Ink.DrawingAttributes
Die neue Kopie des DrawingAttributes-Objekts.
Hinweise
In der Regel klonen Sie eine Masterkopie der Zeichnungsattribute, ändern eines oder mehrere der Attribute und legen eine DrawingAttributes-Eigenschaft – wie beispielsweise Cursor.DrawingAttributes, InkEdit.DrawingAttributes oder Stroke.DrawingAttributes – fest oder rufen die Strokes.ModifyDrawingAttributes-Methode auf.
Beispiele
In diesem C#-Beispiel wird ein Klon des DrawingAttributes-Objekts erstellt, das einem Stroke-Objekt (theStroke) zugeordnet ist.
DrawingAttributes theClone = theStroke.DrawingAttributes.Clone();
In diesem Microsoft® Visual Basic® .NET-Beispiel wird ein Klon des DrawingAttributes-Objekts erstellt, das einem Stroke-Objekt (theStroke) zugeordnet ist.
Dim theClone As DrawingAttributes = theStroke.DrawingAttributes.Clone()
Plattformen
Windows Vista
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0