Partager via


DrawingAttributes, constructeur (Color)

Mise à jour : November 2007

Initialise une nouvelle instance de la classe DrawingAttributes avec l'objet Color (page pouvant être en anglais) spécifié.

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

Syntaxe

'Déclaration
Public Sub New ( _
    color As Color _
)
'Utilisation
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
)

Paramètres

Notes

Lorsque vous modifiez des attributs de dessin pour un trait, essayez de réutiliser un objet DrawingAttributes existant au lieu d'en créer un à chaque fois. La création d'un objet DrawingAttributes alloue la mémoire restante à l'objet Ink au-delà de la durée de vie de l'objet DrawingAttributes.

Exemples

Cet exemple C# initialise une nouvelle instance de la classe DrawingAttributes, theDrawingAttributes, avec une couleur spécifique.

DrawingAttributes theDrawingAttributes = new DrawingAttributes(Color.Red);

Cet exemple Microsoft Visual Basic .NET initialise une nouvelle instance de la classe DrawingAttributes, theDrawingAttributes, avec une couleur spécifique.

Dim theDrawingAttributes As New DrawingAttributes(Color.Red)

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

DrawingAttributes, surcharge

Microsoft.Ink, espace de noms

DrawingAttributes