Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Function DoPaintFeedback ( _
paintArgs As DiagramPaintEventArgs, _
sourceShapeElement As ShapeElement, _
sourcePoint As PointD, _
targetShapeElement As ShapeElement, _
targetPoint As PointD, _
paintFeedbackArgs As PaintFeedbackArgs _
) As PaintFeedbackArgs
'使用
Dim instance As ConnectionType
Dim paintArgs As DiagramPaintEventArgs
Dim sourceShapeElement As ShapeElement
Dim sourcePoint As PointD
Dim targetShapeElement As ShapeElement
Dim targetPoint As PointD
Dim paintFeedbackArgs As PaintFeedbackArgs
Dim returnValue As PaintFeedbackArgs
returnValue = instance.DoPaintFeedback(paintArgs, _
sourceShapeElement, sourcePoint, _
targetShapeElement, targetPoint, _
paintFeedbackArgs)
public virtual PaintFeedbackArgs DoPaintFeedback(
DiagramPaintEventArgs paintArgs,
ShapeElement sourceShapeElement,
PointD sourcePoint,
ShapeElement targetShapeElement,
PointD targetPoint,
PaintFeedbackArgs paintFeedbackArgs
)
public:
virtual PaintFeedbackArgs^ DoPaintFeedback(
DiagramPaintEventArgs^ paintArgs,
ShapeElement^ sourceShapeElement,
PointD sourcePoint,
ShapeElement^ targetShapeElement,
PointD targetPoint,
PaintFeedbackArgs^ paintFeedbackArgs
)
public function DoPaintFeedback(
paintArgs : DiagramPaintEventArgs,
sourceShapeElement : ShapeElement,
sourcePoint : PointD,
targetShapeElement : ShapeElement,
targetPoint : PointD,
paintFeedbackArgs : 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
Permissions
- 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.