Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / AddShape Method / AddShape(String) Method
Shape type.


In This Topic
    AddShape(String) Method
    In This Topic
    Add a Shape by shape type.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddShape( _
       ByVal ShapeType As String _
    ) 
    'Usage
     
    
    Dim instance As DrawingToolbar
    Dim ShapeType As String
     
    instance.AddShape(ShapeType)
    public void AddShape( 
       string ShapeType
    )

    Parameters

    ShapeType
    Shape type.
    See Also