BlackBerry.Screen.Display.screen_get_display_property_iv C# (CSharp) Method

screen_get_display_property_iv() private method

private screen_get_display_property_iv ( IntPtr handle, System.Property prop, [ vals ) : int
handle System.IntPtr
prop System.Property
vals [
return int
        static extern int screen_get_display_property_iv(IntPtr handle, Property prop, [Out] int[] vals);

Same methods

Display::screen_get_display_property_iv ( IntPtr handle, System.Property prop, int &val ) : int