Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Public Overridable Function DoPaintFeedback ( _
    paintArgs As DiagramPaintEventArgs, _
    sourceShapeElement As ShapeElement, _
    sourcePoint As PointD, _
    targetShapeElement As ShapeElement, _
    targetPoint As PointD, _
    paintFeedbackArgs As PaintFeedbackArgs _
) As PaintFeedbackArgs
public virtual PaintFeedbackArgs DoPaintFeedback(
    DiagramPaintEventArgs paintArgs,
    ShapeElement sourceShapeElement,
    PointD sourcePoint,
    ShapeElement targetShapeElement,
    PointD targetPoint,
    PaintFeedbackArgs paintFeedbackArgs
)
public:
virtual PaintFeedbackArgs^ DoPaintFeedback(
    DiagramPaintEventArgs^ paintArgs, 
    ShapeElement^ sourceShapeElement, 
    PointD sourcePoint, 
    ShapeElement^ targetShapeElement, 
    PointD targetPoint, 
    PaintFeedbackArgs^ paintFeedbackArgs
)
abstract DoPaintFeedback : 
        paintArgs:DiagramPaintEventArgs * 
        sourceShapeElement:ShapeElement * 
        sourcePoint:PointD * 
        targetShapeElement:ShapeElement * 
        targetPoint:PointD * 
        paintFeedbackArgs:PaintFeedbackArgs -> PaintFeedbackArgs 
override DoPaintFeedback : 
        paintArgs:DiagramPaintEventArgs * 
        sourceShapeElement:ShapeElement * 
        sourcePoint:PointD * 
        targetShapeElement:ShapeElement * 
        targetPoint:PointD * 
        paintFeedbackArgs:PaintFeedbackArgs -> PaintFeedbackArgs 
public function DoPaintFeedback(
    paintArgs : DiagramPaintEventArgs, 
    sourceShapeElement : ShapeElement, 
    sourcePoint : PointD, 
    targetShapeElement : ShapeElement, 
    targetPoint : PointD, 
    paintFeedbackArgs : PaintFeedbackArgs
) : PaintFeedbackArgs
Parameters
- paintArgs
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs 
- sourceShapeElement
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement 
- sourcePoint
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD 
- targetShapeElement
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement 
- targetPoint
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD 
- paintFeedbackArgs
Type: Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs 
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs
.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.