Draws the resize feedback for the shape geometry.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public MustOverride Sub DoPaintResizeFeedback ( _
e As DiagramPaintEventArgs, _
geometryHost As IGeometryHost, _
bounds As RectangleD _
)
'使用
Dim instance As ShapeGeometry
Dim e As DiagramPaintEventArgs
Dim geometryHost As IGeometryHost
Dim bounds As RectangleD
instance.DoPaintResizeFeedback(e, geometryHost, _
bounds)
public abstract void DoPaintResizeFeedback(
DiagramPaintEventArgs e,
IGeometryHost geometryHost,
RectangleD bounds
)
public:
virtual void DoPaintResizeFeedback(
DiagramPaintEventArgs^ e,
IGeometryHost^ geometryHost,
RectangleD bounds
) abstract
public abstract function DoPaintResizeFeedback(
e : DiagramPaintEventArgs,
geometryHost : IGeometryHost,
bounds : RectangleD
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgsThe diagram paint event arguments.
geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHostThe instance of host data for the geometry.
bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleDThe bounds for the shape geometry.
Permissions
- 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.