SimpleShape Class

Implements the basic functionality that is common to OvalShape and RectangleShape controls.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
Public MustInherit Class SimpleShape _
    Inherits Shape
'Usage
Dim instance As SimpleShape
public abstract class SimpleShape : Shape
public ref class SimpleShape abstract : public Shape
public abstract class SimpleShape extends Shape

Remarks

To create your own shape control, inherit from SimpleShape instead of Shape.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.VisualBasic.PowerPacks.Shape
        Microsoft.VisualBasic.PowerPacks.SimpleShape
          Microsoft.VisualBasic.PowerPacks.OvalShape
          Microsoft.VisualBasic.PowerPacks.RectangleShape

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SimpleShape Members

Microsoft.VisualBasic.PowerPacks Namespace