Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGeometry Interface / Close Method


In This Topic
    Close Method (IGeometry)
    In This Topic
    Ends the series of lines and curves in the creation path of a custom geometric shape.
    Syntax
    'Declaration
     
    
    Sub Close() 
    'Usage
     
    
    Dim instance As IGeometry
     
    instance.Close()
    void Close()
    Remarks
    When this element is encountered, the generating application should consider the corresponding path closed. That is, any further lines or curves that follow this element should be ignored.
    See Also