ShadowGlyph.GetBounds(ActivityDesigner, Boolean) Método

Definición

Devuelve los límites para el glifo en el ActivityDesignerespecificado.

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

ActivityDesigner con que se asocia el glifo.

activated
Boolean

true para indicar si el glifo aparece en la superficie del diseñador de actividad; de lo contrario, false.

Devoluciones

Rectangle que representa los límites del glifo.

Se aplica a