ActivityDesigner.OnPaint(ActivityDesignerPaintEventArgs) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Desenha a representação visual da atividade no momento do design.
protected:
virtual void OnPaint(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e);
protected virtual void OnPaint(System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e);
abstract member OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
override this.OnPaint : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs -> unit
Protected Overridable Sub OnPaint (e As ActivityDesignerPaintEventArgs)
Parâmetros
E ActivityDesignerPaintEventArgs que contém os dados do evento.
Exceções
e contém uma referência nula (Nothing em Visual Basic).