ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) Constructor

Definition

Initializes a new instance of the ActivityDesignerLayoutEventArgs class with the specified graphics and designer theme.

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)

Parameters

graphics
Graphics

The Graphics used the layout the designer.

designerTheme
ActivityDesignerTheme

The ActivityDesignerTheme to use for look and feel.

Applies to