ConnectionType.UpdatePaintFeedbackParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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