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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.