ActivityDesignerPaintEventArgs Construtor

Definição

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

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

Eles Graphics usavam para desenhar o objeto.

clipRectangle
Rectangle

O Rectangle que representa o retângulo onde se deve desenhar.

viewPort
Rectangle

A janela de visualização para desenhar.

designerTheme
ActivityDesignerTheme

O associado ActivityDesignerTheme ao objeto a desenhar.

Aplica-se a