System.Windows.Forms.ThemeWin32Classic.CPDrawVisualStyleBorder C# (CSharp) Méthode

CPDrawVisualStyleBorder() public méthode

public CPDrawVisualStyleBorder ( Graphics graphics, Rectangle bounds ) : void
graphics System.Drawing.Graphics
bounds System.Drawing.Rectangle
Résultat void
		public override void CPDrawVisualStyleBorder (Graphics graphics, Rectangle bounds)
		{
			graphics.DrawRectangle (SystemPens.ControlDarkDark, bounds);
		}
ThemeWin32Classic