SelectionGlyph.GetGrabHandles(ActivityDesigner) Método

Definição

Retorna uma matriz de retângulos que representa as alças de pega do glifo selecionado.Returns an array of rectangles that represents the selected glyph's grab handles.

public:
 virtual cli::array <System::Drawing::Rectangle> ^ GetGrabHandles(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer);
public virtual System.Drawing.Rectangle[] GetGrabHandles (System.Workflow.ComponentModel.Design.ActivityDesigner designer);
abstract member GetGrabHandles : System.Workflow.ComponentModel.Design.ActivityDesigner -> System.Drawing.Rectangle[]
override this.GetGrabHandles : System.Workflow.ComponentModel.Design.ActivityDesigner -> System.Drawing.Rectangle[]
Public Overridable Function GetGrabHandles (designer As ActivityDesigner) As Rectangle()

Parâmetros

designer
ActivityDesigner

O ActivityDesigner ao qual o glifo de seleção é associado.The ActivityDesigner with which the selection glyph is associated.

Retornos

Rectangle[]

Uma matriz Rectangle das alças de pega a ser exibida no glifo selecionado.A Rectangle array of the grab handles to display on the selected glyph.

Comentários

As alças de captura são as pequenas caixas na borda de um glifo selecionado que um usuário pode pegar e mover para arrastar ou redimensionar o glifo.Grab handles are the small boxes on the edge of a selected glyph that a user can grab and move to drag or resize the glyph.

Aplica-se a