InkOverlaySelectionMovingEventArgs, constructeur
Mise à jour : November 2007
Initialise une nouvelle instance de la classe InkOverlaySelectionMovingEventArgs.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public Sub New ( _
newPixelRect As Rectangle _
)
'Utilisation
Dim newPixelRect As Rectangle
Dim instance As New InkOverlaySelectionMovingEventArgs(newPixelRect)
public InkOverlaySelectionMovingEventArgs(
Rectangle newPixelRect
)
public:
InkOverlaySelectionMovingEventArgs(
Rectangle newPixelRect
)
public InkOverlaySelectionMovingEventArgs(
Rectangle newPixelRect
)
public function InkOverlaySelectionMovingEventArgs(
newPixelRect : Rectangle
)
Paramètres
- newPixelRect
Type : System.Drawing.Rectangle
Nouvelle position à laquelle la collection Strokes sélectionnée sera déplacée.
Plateformes
Windows Vista
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0
Voir aussi
Référence
InkOverlaySelectionMovingEventArgs, classe