Shape Constructor

Initializes a new instance of the Shape class.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
Protected Sub New
'Usage
Dim instance As New Shape()
protected Shape()
protected:
Shape()
protected function Shape()

Remarks

The Shape class is the base class for all shapes used in Windows Forms applications. Because this class is not typically used to create an instance of the class, this constructor is typically not called directly but is instead called by a derived class.

.NET Framework Security

See Also

Reference

Shape Class

Shape Members

Shape Overload

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

How to: Draw Lines with the LineShape Control (Visual Studio)

How to: Draw Shapes with the OvalShape and RectangleShape Controls (Visual Studio)

Introduction to the Line and Shape Controls (Visual Studio)