Mono.Surface.Surface C# (CSharp) Method

Surface() public method

public Surface ( IntPtr native, bool dropref ) : System
native System.IntPtr
dropref bool
return System
		public Surface (IntPtr native, bool dropref)
		{
			this.Native = native;
			if (dropref)
				NativeMethods.event_object_unref (native);
		}