Construtor InkOverlaySelectionMovingEventArgs
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (em Microsoft.Ink.dll)
Sintaxe
'Declaração
Public Sub New ( _
newPixelRect As Rectangle _
)
'Uso
Dim newPixelRect As Rectangle
Dim instance As New InkOverlaySelectionMovingEventArgs(newPixelRect)
public InkOverlaySelectionMovingEventArgs(
Rectangle newPixelRect
)
public:
InkOverlaySelectionMovingEventArgs(
Rectangle newPixelRect
)
public function InkOverlaySelectionMovingEventArgs(
newPixelRect : Rectangle
)
Parâmetros
- newPixelRect
Tipo: System.Drawing.Rectangle
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
InkOverlaySelectionMovingEventArgs Classe