DiagramPaintEventArgs Class

 

Paint arguments

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.Modeling.Diagrams::DiagramPaintEventArgs

public ref class DiagramPaintEventArgs : EventArgs

NameDescription
System_CAPS_protmethodDiagramPaintEventArgs()

Initializes a new instance of the DiagramPaintEventArgs class.

System_CAPS_pubmethodDiagramPaintEventArgs(Graphics^, Rectangle, DiagramClientView^, Boolean)

Initializes a new instance of the DiagramPaintEventArgs class.

NameDescription
System_CAPS_pubpropertyClipRectangle

Gets the clipping rectangle in device units

System_CAPS_pubpropertyGraphics

Gets the Graphics object used to paint.

System_CAPS_pubpropertyHandled

Gets or sets a value indicating whether this event has been handled.

System_CAPS_pubpropertyIsPrinting

Gets a value indicating whether the diagram is being printed.

System_CAPS_pubpropertyPaintChildShapes

Gets a value indicating whether the shape paint handlers are expected to paint their child shapes.

System_CAPS_pubpropertyView

Gets the view that the Graphics object belongs to. This property may return null if the Graphics object does not belong to a DiagramClientView.

NameDescription
System_CAPS_pubmethodDeviceToWorld(Size)

Converts a size in device units to world units.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: