Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface
Members


In This Topic
    IShape Interface
    In This Topic
    Represents an object in the drawing layer, such as a shape or picture.
    Syntax
    'Declaration
     
    
    Public Interface IShape 
       Inherits IDrawingObject, IShapeBase 
    'Usage
     
    
    Dim instance As IShape
    public interface IShape : IDrawingObject, IShapeBase  
    See Also