InkOverlaySelectionMovedEventArgs.InkOverlaySelectionMovedEventArgs Constructor
Neste artigo
Expandir a tabela
InkOverlaySelectionMovedEventArgs.InkOverlaySelectionMovedEventArgs Constructor
Initializes a new instance of the InkOverlaySelectionMovedEventArgs class.
Definition
Expandir a tabela
Visual Basic .NET
Public Sub InkOverlaySelectionMovedEventArgs ( _
ByVal oldSelectionBoundingRect As Rectangle _
)
C#
public InkOverlaySelectionMovedEventArgs (
Rectangle oldSelectionBoundingRect
);
Managed C++
public: InkOverlaySelectionMovedEventArgs (
Rectangle *oldSelectionBoundingRect
);
Parameters
Expandir a tabela
oldSelectionBoundingRect
System.Drawing.Rectangle . The old bounding Rectangle , or previous position, of the Strokes collection that was moved.
Remarks
oldSelectionBoundingRect of type Rectangle is the old rect of the selected strokes before the user move operation.
See Also