Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Shape Constructor
The type of shape.


In This Topic
    Shape Constructor
    In This Topic
    Initializes a new instance of the Shape class.
    Syntax
    '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.
    See Also