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.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Overridable Function UpdatePaintFeedbackParameters ( _
    sourceShapeElement As ShapeElement, _
    sourcePoint As PointD, _
    targetShapeElement As ShapeElement, _
    targetPoint As PointD, _
    paintFeedbackArgs As PaintFeedbackArgs _
) As PaintFeedbackArgs
public virtual PaintFeedbackArgs UpdatePaintFeedbackParameters(
    ShapeElement sourceShapeElement,
    PointD sourcePoint,
    ShapeElement targetShapeElement,
    PointD targetPoint,
    PaintFeedbackArgs paintFeedbackArgs
)
public:
virtual PaintFeedbackArgs^ UpdatePaintFeedbackParameters(
    ShapeElement^ sourceShapeElement, 
    PointD sourcePoint, 
    ShapeElement^ targetShapeElement, 
    PointD targetPoint, 
    PaintFeedbackArgs^ paintFeedbackArgs
)
abstract UpdatePaintFeedbackParameters : 
        sourceShapeElement:ShapeElement * 
        sourcePoint:PointD * 
        targetShapeElement:ShapeElement * 
        targetPoint:PointD * 
        paintFeedbackArgs:PaintFeedbackArgs -> PaintFeedbackArgs  
override UpdatePaintFeedbackParameters : 
        sourceShapeElement:ShapeElement * 
        sourcePoint:PointD * 
        targetShapeElement:ShapeElement * 
        targetPoint:PointD * 
        paintFeedbackArgs:PaintFeedbackArgs -> PaintFeedbackArgs
public function UpdatePaintFeedbackParameters(
    sourceShapeElement : ShapeElement, 
    sourcePoint : PointD, 
    targetShapeElement : ShapeElement, 
    targetPoint : PointD, 
    paintFeedbackArgs : PaintFeedbackArgs
) : PaintFeedbackArgs
Parameters
- 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.