ConnectionType::UpdatePaintFeedbackParameters Method (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^ UpdatePaintFeedbackParameters( ShapeElement^ sourceShapeElement, PointD sourcePoint, ShapeElement^ targetShapeElement, PointD targetPoint, 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^
Show: