Compartilhar via


InkOverlaySelectionMovingEventArgs.InkOverlaySelectionMovingEventArgs Constructor

InkOverlaySelectionMovingEventArgs.InkOverlaySelectionMovingEventArgs Constructor

Initializes a new instance of the InkOverlaySelectionMovingEventArgs class.

Definition

Visual Basic .NET Public Sub InkOverlaySelectionMovingEventArgs( _
ByVal newPixelRect As Rectangle _
)
C# public InkOverlaySelectionMovingEventArgs(
Rectangle newPixelRect
);
Managed C++ public: InkOverlaySelectionMovingEventArgs(
Rectangle *newPixelRect
);

Parameters

newPixelRect System.Drawing.Rectangle. The new position to which the selected Strokes collection will move.

Remarks

frlrfmicrosoftinkinkoverlayselectionmovingeventargsclassctortopic (no caption;) of type Rectangle Leave Site is the new rect which will be drawn as user moves/resizes selection.

See Also