​
​
​

Initializes a new instance of the Shape class.

Shape()

​public Shape();
​Public Sub New()

Shape(Drawing.ShapeType)

​public Shape(Drawing.ShapeType type);
​Public Sub New(type As Drawing.ShapeType)

Parameters

Parameter Description
type Specifies the shape's type.
​