Propriedade InkOverlaySelectionMovingEventArgs.NewPixelRect
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (em Microsoft.Ink.dll)
Sintaxe
'Declaração
Public ReadOnly Property NewPixelRect As Rectangle
'Uso
Dim instance As InkOverlaySelectionMovingEventArgs
Dim value As Rectangle
value = instance.NewPixelRect
public Rectangle NewPixelRect { get; }
public:
property Rectangle NewPixelRect {
Rectangle get ();
}
public function get NewPixelRect () : Rectangle
Valor de propriedade
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