Freigeben über


InkOverlayPaintingEventArgs-Konstruktor

Initialisiert eine neue Instanz der InkOverlayPaintingEventArgs-Klasse.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Sub New ( _
    graphics As Graphics, _
    clipRectangle As Rectangle, _
    Allow As Boolean _
)
'Usage
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
)

Parameter

  • Allow
    Typ: System.Boolean
    Auf true festgelegt, wenn der Zeichenvorgang stattfinden soll, andernfalls false.

Hinweise

graphics vom Typ Graphics gibt das Objekt der Grafik an, die gerendert wird. clipRectangle vom Typ Rectangle gibt das clipRectangle (in Pixel) an. Allow vom Typ bool gibt an, ob der Zeichenvorgang ausgeführt werden soll.

Plattformen

Windows Vista

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 3.0

Siehe auch

Referenz

InkOverlayPaintingEventArgs-Klasse

InkOverlayPaintingEventArgs-Member

Microsoft.Ink-Namespace

InkOverlay.Painting