Share via


NodeShapeGeometry.DrawResizeableGrabHandles Method

Definition

Draws resizeable grab handles on a shape. The grab handles also indicate focus.

protected:
 static void DrawResizeableGrabHandles(System::Drawing::Graphics ^ g, Microsoft::VisualStudio::Modeling::Diagrams::StyleSet ^ styleSet, System::Drawing::RectangleF innerSelectionRectangle, System::Drawing::SizeF selectionThickness, bool isPrimary, bool canResizeLeft, bool canResizeTop, bool canResizeRight, bool canResizeBottom);
protected static void DrawResizeableGrabHandles (System.Drawing.Graphics g, Microsoft.VisualStudio.Modeling.Diagrams.StyleSet styleSet, System.Drawing.RectangleF innerSelectionRectangle, System.Drawing.SizeF selectionThickness, bool isPrimary, bool canResizeLeft, bool canResizeTop, bool canResizeRight, bool canResizeBottom);
static member DrawResizeableGrabHandles : System.Drawing.Graphics * Microsoft.VisualStudio.Modeling.Diagrams.StyleSet * System.Drawing.RectangleF * System.Drawing.SizeF * bool * bool * bool * bool * bool -> unit
Protected Shared Sub DrawResizeableGrabHandles (g As Graphics, styleSet As StyleSet, innerSelectionRectangle As RectangleF, selectionThickness As SizeF, isPrimary As Boolean, canResizeLeft As Boolean, canResizeTop As Boolean, canResizeRight As Boolean, canResizeBottom As Boolean)

Parameters

styleSet
StyleSet
innerSelectionRectangle
RectangleF
selectionThickness
SizeF
isPrimary
Boolean
canResizeLeft
Boolean
canResizeTop
Boolean
canResizeRight
Boolean
canResizeBottom
Boolean

Applies to