Chapter 23 Flashcards
What hit test do
It tells in which area mouse located
Does in multi touch every finger has a different device ID
Yes
Does a device can have multiple device Ids
Yes
What are manipulation events in WPF
High level events (e.g. zoom)
What are manipulation delta events in WPF
Rotate, Scale, Translate
Does expansion and scaling same
Yes
Does matrix can represent translate, rotate and scale
Yes
What is inertia
Its a concept of flick. Its example is children’s creative flip book of page turn around
What is the series of execution of events in inertia
Starting event, started event, delta event and complete event
Which gives inertia effect
De acceleration
What is ManipulationBoundaryFeedback event
It tells us when thing going out of boundary of manipulation boundary
What is panning behavior
When hold some thing from mouse and do scroll. The selected item keep intact with mouse and window scroll. It is called panning behavior.