ConnectionType.UpdatePaintFeedbackParameters – metoda
Obor názvů: Microsoft.VisualStudio.Modeling.Diagrams
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Deklarace
Public Overridable Function UpdatePaintFeedbackParameters ( _
sourceShapeElement As ShapeElement, _
sourcePoint As PointD, _
targetShapeElement As ShapeElement, _
targetPoint As PointD, _
paintFeedbackArgs As PaintFeedbackArgs _
) As PaintFeedbackArgs
public virtual PaintFeedbackArgs UpdatePaintFeedbackParameters(
ShapeElement sourceShapeElement,
PointD sourcePoint,
ShapeElement targetShapeElement,
PointD targetPoint,
PaintFeedbackArgs paintFeedbackArgs
)
Parametry
- sourceShapeElement
Typ: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- sourcePoint
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PointD
- targetShapeElement
Typ: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- targetPoint
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PointD
- paintFeedbackArgs
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs
Vrácená hodnota
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.