BlackBerry.Screen.Buffer.Buffer C# (CSharp) Method

Buffer() public method

public Buffer ( Context ctx, Window win, IntPtr hndl ) : System
ctx Context
win Window
hndl System.IntPtr
return System
        public Buffer(Context ctx, Window win, IntPtr hndl)
        {
            context = ctx;
            window = win;
            handle = hndl;
        }