Compartilhar via


ActivityDesignerPaintEventArgs Construtor

Definição

Inicializa uma nova instância da classe ActivityDesignerPaintEventArgs com os gráficos, o retângulo de recorte, o visor e o tema do designer especificados.

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

Parâmetros

graphics
Graphics

O Graphics usado para desenhar o item.

clipRectangle
Rectangle

O Rectangle que representa o retângulo no qual desenhar.

viewPort
Rectangle

A porta de exibição na qual desenhar.

designerTheme
ActivityDesignerTheme

O ActivityDesignerTheme associado ao objeto a ser desenhado.

Aplica-se a