ActivityDesignerPaintEventArgs Constructeur

Définition

Initialise une nouvelle instance de la ActivityDesignerPaintEventArgs classe avec les graphiques spécifiés, le rectangle de découpage, la fenêtre d’affichage et le thème du concepteur.

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)

Paramètres

graphics
Graphics

Utilisé Graphics pour dessiner l’élément.

clipRectangle
Rectangle

Qui Rectangle représente le rectangle dans lequel dessiner.

viewPort
Rectangle

Port d’affichage dans lequel dessiner.

designerTheme
ActivityDesignerTheme

ActivityDesignerTheme Associé à l’objet à dessiner.

S’applique à