Compartilhar via


Construtor InkOverlayPaintingEventArgs

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

Sintaxe

'Declaração
Public Sub New ( _
    graphics As Graphics, _
    clipRectangle As Rectangle, _
    Allow As Boolean _
)
'Uso
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 function InkOverlayPaintingEventArgs(
    graphics : Graphics, 
    clipRectangle : Rectangle, 
    Allow : boolean
)

Parâmetros

Plataformas

Windows Vista

o.NET Framework e.NET Compact Framework não oferecem suporte a todas as versões de cada plataforma. Para obter uma lista de versões suportadas, consulte Requisitos de sistema do .NET framework.

Informações sobre versão

.NET Framework

Compatível com: 3.0

Consulte também

Referência

InkOverlayPaintingEventArgs Classe

Membros InkOverlayPaintingEventArgs

Namespace Microsoft.Ink