ConfigErrorGlyph.GetBounds(ActivityDesigner, Boolean) Método

Definição

Devolve os limites para o glifo no especificado ActivityDesigner.

public:
 override System::Drawing::Rectangle GetBounds(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer, bool activated);
public override System.Drawing.Rectangle GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner designer, bool activated);
override this.GetBounds : System.Workflow.ComponentModel.Design.ActivityDesigner * bool -> System.Drawing.Rectangle
Public Overrides Function GetBounds (designer As ActivityDesigner, activated As Boolean) As Rectangle

Parâmetros

designer
ActivityDesigner

O ActivityDesigner com que o glifo está associado.

activated
Boolean

true para indicar se o glifo aparece na superfície do designer de atividades; caso contrário, false.

Devoluções

A Rectangle que representa os limites do glifo.

Exceções

designer contém uma referência nula (Nothing em Visual Basic).

Aplica-se a