ConnectionType::DoPaintFeedback Method (DiagramPaintEventArgs^, ShapeElement^, PointD, ShapeElement^, PointD, PaintFeedbackArgs^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Return to top
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual PaintFeedbackArgs^ DoPaintFeedback( DiagramPaintEventArgs^ paintArgs, ShapeElement^ sourceShapeElement, PointD sourcePoint, ShapeElement^ targetShapeElement, PointD targetPoint, 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^
Show: