System.Windows.Forms.ToolStripItem.CalculateTextAndImageRectangles C# (CSharp) Method

CalculateTextAndImageRectangles() private method

private CalculateTextAndImageRectangles ( Rectangle &text_rect, Rectangle &image_rect ) : void
text_rect System.Drawing.Rectangle
image_rect System.Drawing.Rectangle
return void
		internal void CalculateTextAndImageRectangles (out Rectangle text_rect, out Rectangle image_rect)
		{
			this.CalculateTextAndImageRectangles (this.ContentRectangle, out text_rect, out image_rect);
		}
		

Same methods

ToolStripItem::CalculateTextAndImageRectangles ( Rectangle contentRectangle, Rectangle &text_rect, Rectangle &image_rect ) : void