SelectionGlyph.GetGrabHandles(ActivityDesigner) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
Parameters
- designer
- ActivityDesigner
The ActivityDesigner with which the selection glyph is associated.
Returns
A Rectangle array of the grab handles to display on the selected glyph.
Remarks
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.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.