SidebarLibrary.Menus.DrawCommand.DrawCommand C# (CSharp) Метод

DrawCommand() публичный Метод

public DrawCommand ( MenuCommand command, Rectangle drawRect ) : System
command MenuCommand
drawRect System.Drawing.Rectangle
Результат System
		public DrawCommand(MenuCommand command, Rectangle drawRect)
		{
			InternalConstruct(command, drawRect, -1, -1);
		}

Same methods

DrawCommand::DrawCommand ( MenuCommand command, Rectangle drawRect, int row, int col ) : System
DrawCommand::DrawCommand ( Rectangle drawRect ) : System
DrawCommand::DrawCommand ( Rectangle drawRect, bool expansion ) : System