CPS613 |
Module 03-Swipe | |
Learning ObjectivesIn this module you will learn how to
Module Description:SummaryIn this module you will develop a basic program that implements swiping to reveal different parts of the same picture.User Interface and InteractionThe application will behave like ModuleSwipe.zipThis program contains a window that shows a portion on an image. Swiping the image reveals its hidden parts, but it is not possible to swipe past the boundaries of the window or the image. Implementation DetailsThis is implemented with two controls on the main form:
HandoutsIn the Handouts directory you will find:ReferencesReferences for this module are in the Drag and Drop ReferenceExplanations of all VB features needed for all the modules can be found at the General Assignment References page |