Share via


DrawingAttributes.DrawingAttributes Constructor

DrawingAttributes.DrawingAttributes Constructor

Initializes a new instance of the DrawingAttributes class.

Definition

Visual Basic .NET Public Sub DrawingAttributes()
C# public DrawingAttributes();
Managed C++ public: DrawingAttributes();

Examples

[C#]

This C# example initializes a new instance of the DrawingAttributes class, theDrawingAttributes.

DrawingAttributes theDrawingAttributes = new DrawingAttributes();
                

[VB.NET]

This Microsoft® Visual Basic® .NET example initializes a new instance of the DrawingAttributes class, theDrawingAttributes.

Dim theDrawingAttributes As New DrawingAttributes()
                

See Also