Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Draws the resizing feedback for the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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.DiagramPaintEventArgs
The paint event arguments.
- bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
The 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.