BlackBerry.Screen.ScreenEvent.GetIntProperty C# (CSharp) 메소드

GetIntProperty() 공개 메소드

public GetIntProperty ( System.Property property ) : int
property System.Property
리턴 int
        public int GetIntProperty(Property property)
        {
            int val;
            screen_get_event_property_iv (handle, property, out val);
            return val;
        }