ActivityDesignerPaintEventArgs Constructor (Graphics^, Rectangle, Rectangle, ActivityDesignerTheme^)
.NET Framework (current version)
Initializes a new instance of the ActivityDesignerPaintEventArgs class with the specified graphics, clipping rectangle, viewport and designer theme.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public:
ActivityDesignerPaintEventArgs(
Graphics^ graphics,
Rectangle clipRectangle,
Rectangle viewPort,
ActivityDesignerTheme^ designerTheme
)
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics used to draw the item.
- clipRectangle
-
Type:
System.Drawing::Rectangle
The Rectangle that represents the rectangle in which to draw.
- viewPort
-
Type:
System.Drawing::Rectangle
The view port in which to draw.
- designerTheme
-
Type:
System.Workflow.ComponentModel.Design::ActivityDesignerTheme^
The ActivityDesignerTheme associated with the object to draw.
.NET Framework
Available since 3.0
Available since 3.0
Show: