NodeShapeGeometry.DrawResizeableGrabHandles 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.
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
- g
- Graphics
- styleSet
- StyleSet
- innerSelectionRectangle
- RectangleF
- selectionThickness
- SizeF
- isPrimary
- Boolean
- canResizeLeft
- Boolean
- canResizeTop
- Boolean
- canResizeRight
- Boolean
- canResizeBottom
- Boolean