CompositeActivityDesigner.OnPaint(ActivityDesignerPaintEventArgs) Método
Definição
Desenha a representação visual de uma atividade de composição em tempo de design.Draws the visual representation of a composite activity at design time.
protected:
override void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e);
protected override void OnPaint (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e);
override this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
Protected Overrides Sub OnPaint (e As ActivityDesignerPaintEventArgs)
Parâmetros
Um ActivityDesignerPaintEventArgs que contém os dados de desenho.An ActivityDesignerPaintEventArgs that contains the drawing data.