Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActivityDesignerPaintEventArgs Constructor (Graphics^, Rectangle, Rectangle, ActivityDesignerTheme^)

 

Initializes a new instance of the ActivityDesignerPaintEventArgs class with the specified graphics, clipping rectangle, viewport and designer theme.

Namespace:   System.Workflow.ComponentModel.Design
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
Return to top
Show:
© 2017 Microsoft