'Declaration
Public Function New( _ ByVal type As AutoShapeType _ )
'Usage
Dim type As AutoShapeType Dim instance As New Shape(type)
public Shape( AutoShapeType type )
Parameters
- type
- The type of shape.
'Declaration
Public Function New( _ ByVal type As AutoShapeType _ )
'Usage
Dim type As AutoShapeType Dim instance As New Shape(type)
public Shape( AutoShapeType type )