NodeShapeGeometry::DrawResizeableGrabHandles Method (Graphics^, StyleSet^, RectangleF, SizeF, Boolean, Boolean, Boolean, Boolean, Boolean)

 

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

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
static void DrawResizeableGrabHandles(
	Graphics^ g,
	StyleSet^ styleSet,
	RectangleF innerSelectionRectangle,
	SizeF selectionThickness,
	bool isPrimary,
	bool canResizeLeft,
	bool canResizeTop,
	bool canResizeRight,
	bool canResizeBottom
)

Parameters

Return to top
Show: