Compartilhar via


ShadowGlyph.GetBounds(ActivityDesigner, Boolean) Método

Definição

Retorna os limites para o glifo no ActivityDesigner especificado.

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 ao qual o glifo é associado.

activated
Boolean

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

Retornos

Um Rectangle que representa os limites do glifo.

Aplica-se a