Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
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
)
public:
virtual PaintFeedbackArgs^ UpdatePaintFeedbackParameters(
ShapeElement^ sourceShapeElement,
PointD sourcePoint,
ShapeElement^ targetShapeElement,
PointD targetPoint,
PaintFeedbackArgs^ paintFeedbackArgs
)
abstract UpdatePaintFeedbackParameters :
sourceShapeElement:ShapeElement *
sourcePoint:PointD *
targetShapeElement:ShapeElement *
targetPoint:PointD *
paintFeedbackArgs:PaintFeedbackArgs -> PaintFeedbackArgs
override UpdatePaintFeedbackParameters :
sourceShapeElement:ShapeElement *
sourcePoint:PointD *
targetShapeElement:ShapeElement *
targetPoint:PointD *
paintFeedbackArgs:PaintFeedbackArgs -> PaintFeedbackArgs
public function UpdatePaintFeedbackParameters(
sourceShapeElement : ShapeElement,
sourcePoint : PointD,
targetShapeElement : ShapeElement,
targetPoint : PointD,
paintFeedbackArgs : 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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.