SimpleShape, classe
Mise à jour : novembre 2007
Implémente les fonctionnalités de base communes aux contrôles OvalShape et RectangleShape.
Espace de noms : Microsoft.VisualBasic.PowerPacks
Assembly : Microsoft.VisualBasic.PowerPacks.Vs (dans Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntaxe
Public MustInherit Class SimpleShape _
Inherits Shape
Dim instance As SimpleShape
public abstract class SimpleShape : Shape
public ref class SimpleShape abstract : public Shape
public abstract class SimpleShape extends Shape
Notes
Pour créer votre propre contrôle Shape, héritez de SimpleShape à la place de Shape.
Hiérarchie d'héritage
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.VisualBasic.PowerPacks.Shape
Microsoft.VisualBasic.PowerPacks.SimpleShape
Microsoft.VisualBasic.PowerPacks.OvalShape
Microsoft.VisualBasic.PowerPacks.RectangleShape
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.