DrawingAttributes-Konstruktor (Color)
Initialisiert eine neue Instanz der DrawingAttributes-Klasse mit dem angegebenen Color-Objekt.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Sub New ( _
color As Color _
)
'Usage
Dim color As Color
Dim instance As New DrawingAttributes(color)
public DrawingAttributes(
Color color
)
public:
DrawingAttributes(
Color color
)
public DrawingAttributes(
Color color
)
public function DrawingAttributes(
color : Color
)
Parameter
- color
Typ: System.Drawing.Color
Die spezifische Farbe, für die das DrawingAttributes-Objekt initialisiert wird.
Hinweise
Wenn Sie Zeichnungsattribute für einen Strich ändern, verwenden Sie nach Möglichkeit ein vorhandenes DrawingAttributes-Objekt, statt jedes Mal ein neues Objekt zu erstellen. Durch Erstellen eines neuen DrawingAttributes-Objekts wird Speicher reserviert, der für das Ink-Objekt über die Lebensdauer des DrawingAttributes-Objekts hinaus verfügbar ist.
Beispiele
In diesem C#-Beispiel wird eine neue Instanz der DrawingAttributes-Klasse (theDrawingAttributes) mit einer bestimmten Farbe initialisiert.
DrawingAttributes theDrawingAttributes = new DrawingAttributes(Color.Red);
In diesem Microsoft Visual Basic .NET-Beispiel wird eine neue Instanz der DrawingAttributes-Klasse (theDrawingAttributes) mit einer spezifischen Farbe initialisiert.
Dim theDrawingAttributes As New DrawingAttributes(Color.Red)
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