InkCanvas.OnStrokeCollected(InkCanvasStrokeCollectedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the StrokeCollected event.
protected:
virtual void OnStrokeCollected(System::Windows::Controls::InkCanvasStrokeCollectedEventArgs ^ e);
protected virtual void OnStrokeCollected (System.Windows.Controls.InkCanvasStrokeCollectedEventArgs e);
abstract member OnStrokeCollected : System.Windows.Controls.InkCanvasStrokeCollectedEventArgs -> unit
override this.OnStrokeCollected : System.Windows.Controls.InkCanvasStrokeCollectedEventArgs -> unit
Protected Overridable Sub OnStrokeCollected (e As InkCanvasStrokeCollectedEventArgs)
Parameters
The event data.
Remarks
OnStrokeCollected is called when a user physically completes a stroke, for example, by raising the stylus from a tablet after making a motion.
A programmatic addition of strokes to the Strokes collection will not call the OnStrokeCollected method.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.