Package 

Class VitalAppLaunchEvent.Viewport


  • 
    public final class VitalAppLaunchEvent.Viewport
    
                        

    The viewport represents the rectangular area that is currently being viewed. Content outside the viewport is not visible onscreen until scrolled into view.

    • Constructor Detail

      • VitalAppLaunchEvent.Viewport

        VitalAppLaunchEvent.Viewport(Number width, Number height)
        Parameters:
        width - Width of the viewport (in pixels)
        height - Height of the viewport (in pixels)