Share via


NodeShapeGeometry.DrawResizeableGrabHandles Method

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

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

Syntax

'Declaration
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 _
)
protected static void DrawResizeableGrabHandles(
    Graphics g,
    StyleSet styleSet,
    RectangleF innerSelectionRectangle,
    SizeF selectionThickness,
    bool isPrimary,
    bool canResizeLeft,
    bool canResizeTop,
    bool canResizeRight,
    bool canResizeBottom
)
protected:
static void DrawResizeableGrabHandles(
    Graphics^ g, 
    StyleSet^ styleSet, 
    RectangleF innerSelectionRectangle, 
    SizeF selectionThickness, 
    bool isPrimary, 
    bool canResizeLeft, 
    bool canResizeTop, 
    bool canResizeRight, 
    bool canResizeBottom
)
static member DrawResizeableGrabHandles : 
        g:Graphics * 
        styleSet:StyleSet * 
        innerSelectionRectangle:RectangleF * 
        selectionThickness:SizeF * 
        isPrimary:bool * 
        canResizeLeft:bool * 
        canResizeTop:bool * 
        canResizeRight:bool * 
        canResizeBottom:bool -> unit 
protected static function DrawResizeableGrabHandles(
    g : Graphics, 
    styleSet : StyleSet, 
    innerSelectionRectangle : RectangleF, 
    selectionThickness : SizeF, 
    isPrimary : boolean, 
    canResizeLeft : boolean, 
    canResizeTop : boolean, 
    canResizeRight : boolean, 
    canResizeBottom : boolean
)

Parameters

.NET Framework Security

See Also

Reference

NodeShapeGeometry Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace