Udostępnij za pośrednictwem


ActivityDesignerPaintEventArgs Konstruktor

Definicja

Inicjuje nowe wystąpienie ActivityDesignerPaintEventArgs klasy z określoną grafiką, prostokątem przycinania, okienkiem ekranu i motywem projektanta.

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)

Parametry

graphics
Graphics

GraphicsUżywany do rysowania elementu.

clipRectangle
Rectangle

RectangleReprezentuje prostokąt do rysowania.

viewPort
Rectangle

Port widoku, który ma zostać narysowany.

designerTheme
ActivityDesignerTheme

ActivityDesignerThemeSkojarzone z obiektem do rysowania.

Dotyczy