System.Windows.Forms.XplatUICarbon.HIViewSetNeedsDisplayInRect C# (CSharp) Method

HIViewSetNeedsDisplayInRect() private method

private HIViewSetNeedsDisplayInRect ( IntPtr view_handle, System.Windows.Forms.CarbonInternal &rect, bool needs_display ) : int
view_handle System.IntPtr
rect System.Windows.Forms.CarbonInternal
needs_display bool
return int
		internal extern static int HIViewSetNeedsDisplayInRect (IntPtr view_handle, ref Carbon.HIRect rect, bool needs_display);
		
XplatUICarbon