共用方式為


ConnectionType.DoPaintFeedback Method

Definition

public:
 virtual Microsoft::VisualStudio::Modeling::Diagrams::PaintFeedbackArgs ^ DoPaintFeedback(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ paintArgs, 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 DoPaintFeedback (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs paintArgs, 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 DoPaintFeedback : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * 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.DoPaintFeedback : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * 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 DoPaintFeedback (paintArgs As DiagramPaintEventArgs, 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