ConnectionType.UpdatePaintFeedbackParameters Method

Definition

public:
 virtual Microsoft::VisualStudio::Modeling::Diagrams::PaintFeedbackArgs ^ UpdatePaintFeedbackParameters(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ sourceShapeElement, Microsoft::VisualStudio::Modeling::Diagrams::PointD sourcePoint, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ targetShapeElement, Microsoft::VisualStudio::Modeling::Diagrams::PointD targetPoint, Microsoft::VisualStudio::Modeling::Diagrams::PaintFeedbackArgs ^ paintFeedbackArgs);
public virtual Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs UpdatePaintFeedbackParameters (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement sourceShapeElement, Microsoft.VisualStudio.Modeling.Diagrams.PointD sourcePoint, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement targetShapeElement, Microsoft.VisualStudio.Modeling.Diagrams.PointD targetPoint, Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs paintFeedbackArgs);
abstract member UpdatePaintFeedbackParameters : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs -> Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs
override this.UpdatePaintFeedbackParameters : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs -> Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs
Public Overridable Function UpdatePaintFeedbackParameters (sourceShapeElement As ShapeElement, sourcePoint As PointD, targetShapeElement As ShapeElement, targetPoint As PointD, paintFeedbackArgs As PaintFeedbackArgs) As PaintFeedbackArgs

Parameters

sourceShapeElement
ShapeElement
sourcePoint
PointD
targetShapeElement
ShapeElement
targetPoint
PointD
paintFeedbackArgs
PaintFeedbackArgs

Returns

Applies to