ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) Конструктор

Определение

Инициализирует новый экземпляр класса ActivityDesignerLayoutEventArgs с указанной графикой и темой конструктора.

public:
 ActivityDesignerLayoutEventArgs(System::Drawing::Graphics ^ graphics, System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ designerTheme);
public ActivityDesignerLayoutEventArgs (System.Drawing.Graphics graphics, System.Workflow.ComponentModel.Design.ActivityDesignerTheme designerTheme);
new System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs : System.Drawing.Graphics * System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs
Public Sub New (graphics As Graphics, designerTheme As ActivityDesignerTheme)

Параметры

graphics
Graphics

Класс Graphics используется для макета конструктора.

designerTheme
ActivityDesignerTheme

Класс ActivityDesignerTheme, используемый для внешнего вида.

Применяется к