Saturday, July 20, 2019

Full Solution CS411 Assignment 3 Spring 2019 100% Correct with Source Co...

  • HTML

  • Visual Programing (CS411)
    Assignment#03Spring 2019(GRADED)
    Total marks = 20
                                                                                           Deadline Date = Wednesday, July 24, 2019
    Please read all the instructions carefully before attempting the assignment.
    You are required to create a WPFC# applicationusing Visual Studio.
    Problem Statement:
    First Design interface in WPF as given in the gif file, the application will let the user browse an image and after the image shows up user can zoom in and zoom out the picture in a separate dock panel with seek bar mouse movement.
    GUI:
    Layouts:
    Parent Layoutis DockPanel , inside DockPanel there are 2image Views with one image of original and other zoomed imageand a Stackpanel which is docked at the bottom.
    1 Button and seek bar is inside StackPanel
    Image View: Image View will be used to set image recourse that will be browsed with button.
    Browse button will be used to browse and JPG Image file and set that image to Image View.
    Seek Bar(+ (Zoom in),- (Zoom out)) +will be used to zoom in the opened picture- will be used to zoom out the picture. When seek bar value reached at 50% it will change its back ground color of seek bar from green to blue.
    Your ID: Instead of “mainWindow” there should be your own VU id i.e. bc123456789
    Output.gifhas been attached with this Assignment file please observe this file carefully your program’s output must be like this output file.
    Submission details
    Following Files Must be submitted in a single zip or rar file.
    ·         .CS code file
    ·         .XAML File (Front End file)
    ·         A .gif file which shows working of your Application(For Recording .gif a software named Screentogif is uploaded on LMS, or you can use any other gif recording tool as well)
    You are not required to submit the complete project, only copy these three files from project folder. Please note if you submit doc or txt file you will be awarded 0 marks. Make sure to write your own VU ID in the assignment file(s) otherwise assignment will not be accepted.
    If you do not submit any of the above mentioned file 25% marks per file will be deducted.

    No comments:

    Post a Comment