Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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