Partager via


InkOverlayPaintingEventArgs, constructeur

Mise à jour : November 2007

Initialise une nouvelle instance de la classe InkOverlayPaintingEventArgs.

Espace de noms :  Microsoft.Ink
Assembly :  Microsoft.Ink (dans Microsoft.Ink.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    graphics As Graphics, _
    clipRectangle As Rectangle, _
    Allow As Boolean _
)
'Utilisation
Dim graphics As Graphics
Dim clipRectangle As Rectangle
Dim Allow As Boolean

Dim instance As New InkOverlayPaintingEventArgs(graphics, _
    clipRectangle, Allow)
public InkOverlayPaintingEventArgs(
    Graphics graphics,
    Rectangle clipRectangle,
    bool Allow
)
public:
InkOverlayPaintingEventArgs(
    Graphics^ graphics, 
    Rectangle clipRectangle, 
    bool Allow
)
public InkOverlayPaintingEventArgs(
    Graphics graphics,
    Rectangle clipRectangle,
    boolean Allow
)
public function InkOverlayPaintingEventArgs(
    graphics : Graphics, 
    clipRectangle : Rectangle, 
    Allow : boolean
)

Paramètres

  • Allow
    Type : System.Boolean
    true pour que la peinture ait lieu ; sinon, false.

Notes

Le paramètre graphics, de type Graphics (page pouvant être en anglais), spécifie l'objet graphique vers lequel s'effectue le rendu. Le paramètre clipRectangle, de type Rectangle (page pouvant être en anglais), spécifie le clipRectangle (en pixels). Le paramètre Allow, de type bool, spécifie si la peinture doit être effectué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

InkOverlayPaintingEventArgs, classe

Membres InkOverlayPaintingEventArgs

Microsoft.Ink, espace de noms

InkOverlay.Painting