Metodo DrawingAttributes.Clone
Aggiornamento: novembre 2007
Restituisce una copia dell'oggetto DrawingAttributes.
Spazio dei nomi: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Sintassi
'Dichiarazione
Public Function Clone As DrawingAttributes
'Utilizzo
Dim instance As DrawingAttributes
Dim returnValue As DrawingAttributes
returnValue = instance.Clone()
public DrawingAttributes Clone()
public:
DrawingAttributes^ Clone()
public DrawingAttributes Clone()
public function Clone() : DrawingAttributes
Valore restituito
Tipo: Microsoft.Ink.DrawingAttributes
Nuova copia dell'oggetto DrawingAttributes.
Note
In genere, si duplica una copia master degli attributi di disegno, si modifica uno o più attributi e si imposta una proprietà DrawingAttributes, ad esempio Cursor.DrawingAttributes, InkEdit.DrawingAttributes o Stroke.DrawingAttributes oppure si chiama il metodo Strokes.ModifyDrawingAttributes.
Esempi
In questo esempio C# viene creato un duplicato dell'oggetto DrawingAttributes associato a un oggetto Stroke, theStroke.
DrawingAttributes theClone = theStroke.DrawingAttributes.Clone();
In questo esempio Microsoft® Visual Basic® .NET viene creato un duplicato dell'oggetto DrawingAttributes associato a un oggetto Stroke, theStroke.
Dim theClone As DrawingAttributes = theStroke.DrawingAttributes.Clone()
Piattaforme
Windows Vista
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Framework
Supportato in: 3.0