DrawingAttributes.Clone (Método)
Actualización: noviembre 2007
Devuelve una copia de este objeto DrawingAttributes.
Espacio de nombres: Microsoft.Ink
Ensamblado: Microsoft.Ink (en Microsoft.Ink.dll)
Sintaxis
'Declaración
Public Function Clone As DrawingAttributes
'Uso
Dim instance As DrawingAttributes
Dim returnValue As DrawingAttributes
returnValue = instance.Clone()
public DrawingAttributes Clone()
public:
DrawingAttributes^ Clone()
public DrawingAttributes Clone()
public function Clone() : DrawingAttributes
Valor devuelto
Tipo: Microsoft.Ink.DrawingAttributes
Nueva copia del objeto DrawingAttributes.
Comentarios
Normalmente, se clona una copia maestra de los atributos de dibujo, se modifica uno o varios atributos y se establece una propiedad DrawingAttributes, como Cursor.DrawingAttributes, InkEdit.DrawingAttributes o Stroke.DrawingAttributes, o se llama al método Strokes.ModifyDrawingAttributes.
Ejemplos
En este ejemplo de C#, se crea un clon del objeto DrawingAttributes asociado a un objeto Stroke, theStroke.
DrawingAttributes theClone = theStroke.DrawingAttributes.Clone();
En este ejemplo de Microsoft® Visual Basic® .NET, se crea un clon del objeto DrawingAttributes asociado a un objeto Stroke, theStroke.
Dim theClone As DrawingAttributes = theStroke.DrawingAttributes.Clone()
Plataformas
Windows Vista
.NET Framework y .NET Compact Framework no admiten todas las versiones de cada plataforma. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Información de versión
.NET Framework
Compatible con: 3.0
Vea también
Referencia
Microsoft.Ink (Espacio de nombres)