System.Windows.Forms.ThemeWin32Classic.CalculateRadioButtonTextAndImageLayout C# (CSharp) Method

CalculateRadioButtonTextAndImageLayout() public method

public CalculateRadioButtonTextAndImageLayout ( ButtonBase b, Point offset, Rectangle &glyphArea, Rectangle &textRectangle, Rectangle &imageRectangle ) : void
b ButtonBase
offset System.Drawing.Point
glyphArea System.Drawing.Rectangle
textRectangle System.Drawing.Rectangle
imageRectangle System.Drawing.Rectangle
return void
		public override void CalculateRadioButtonTextAndImageLayout (ButtonBase b, Point offset, out Rectangle glyphArea, out Rectangle textRectangle, out Rectangle imageRectangle)
		{
			CalculateCheckBoxTextAndImageLayout (b, offset, out glyphArea, out textRectangle, out imageRectangle);
		}
		#endregion	// RadioButton
ThemeWin32Classic