ActivityDesignerPaintEventArgs Class
Provides data for the ActivityDesigner.OnPaint, ConnectionPoint.OnPaint, Connector.OnPaint, and DesignerGlyph.OnPaint methods and any overridden versions of OnPaint in classes that derive from them, when they are drawn on a workflow design surface.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityDesignerPaintEventArgs(Graphics, Rectangle, Rectangle, ActivityDesignerTheme) | Initializes a new instance of the ActivityDesignerPaintEventArgs class with the specified graphics, clipping rectangle, viewport and designer theme. |
| Name | Description | |
|---|---|---|
![]() | AmbientTheme | Gets the AmbientTheme associated with the workflow design surface. |
![]() | ClipRectangle | Gets the Rectangle in which to draw. |
![]() | DesignerTheme | Gets the ActivityDesignerTheme associated with the designer. |
![]() | Graphics | Gets the Graphics used to draw the item on the workflow design surface. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
OnPaint method calls occur when an activity designer, glyph, or connector is redrawn on a workflow design surface. ActivityDesignerPaintEventArgs specifies the graphics to use to draw the object and the clipping rectangle in which to draw it.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



