PaintFeedbackArgs Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs

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 Class PaintFeedbackArgs
public class PaintFeedbackArgs
public ref class PaintFeedbackArgs
type PaintFeedbackArgs =  class end
public class PaintFeedbackArgs

The PaintFeedbackArgs type exposes the following members.

Constructors

  Name Description
Public method PaintFeedbackArgs

Top

Properties

  Name Description
Public property CustomPaintArgs
Public property DisplaySourceAndTargetFeedback
Public property LineFeedbackBounds
Public property PreviousTargetFeedbackBounds
Public property SourceConnectionPoint
Public property SourceFeedbackBounds
Public property SourceGraphicsPath
Public property TargetConnectionPoint
Public property TargetFeedbackBounds
Public property TargetGraphicsPath

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace