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

SetIntProperty() private method

private SetIntProperty ( System.Property p, int val ) : void
p System.Property
val int
return void
        void SetIntProperty(Property p, int val)
        {
            if (screen_set_display_property_iv (handle, p, ref val) != 0) {
                throw new Exception ("Unable to set display property " + p);
            }
        }