Spread WPF 18
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.
    Object Model
    IShape Interface
    Syntax
    'Declaration
     
    Public Interface IShape 
       Inherits IDrawingObjectIShapeBase 
    'Usage
     
    Dim instance As IShape
    public interface IShape : IDrawingObjectIShapeBase  
    See Also