This member overrides ShapeGeometry.DoPaintResizeFeedback(DiagramPaintEventArgs, IGeometryHost, RectangleD).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overrides Sub DoPaintResizeFeedback ( _
e As DiagramPaintEventArgs, _
geometryHost As IGeometryHost, _
bounds As RectangleD _
)
'使用
Dim instance As LinkShapeGeometry
Dim e As DiagramPaintEventArgs
Dim geometryHost As IGeometryHost
Dim bounds As RectangleD
instance.DoPaintResizeFeedback(e, geometryHost, _
bounds)
public override void DoPaintResizeFeedback(
DiagramPaintEventArgs e,
IGeometryHost geometryHost,
RectangleD bounds
)
public:
virtual void DoPaintResizeFeedback(
DiagramPaintEventArgs^ e,
IGeometryHost^ geometryHost,
RectangleD bounds
) override
public override function DoPaintResizeFeedback(
e : DiagramPaintEventArgs,
geometryHost : IGeometryHost,
bounds : RectangleD
)
Parameters
- geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
- bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
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.