ShapeElement.DrawResizeFeedback Method
Draws the resizing feedback for the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overridable Sub DrawResizeFeedback ( _
e As DiagramPaintEventArgs, _
bounds As RectangleD _
)
public virtual void DrawResizeFeedback(
DiagramPaintEventArgs e,
RectangleD bounds
)
public:
virtual void DrawResizeFeedback(
DiagramPaintEventArgs^ e,
RectangleD bounds
)
abstract DrawResizeFeedback :
e:DiagramPaintEventArgs *
bounds:RectangleD -> unit
override DrawResizeFeedback :
e:DiagramPaintEventArgs *
bounds:RectangleD -> unit
public function DrawResizeFeedback(
e : DiagramPaintEventArgs,
bounds : RectangleD
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgsThe paint event arguments.
bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleDThe absolute bounds for the shape, relative to the top-left point of the diagram.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.