WorkflowView::ViewPortRectangle Property
.NET Framework (current version)
Gets the current ViewPortRectangle for the WorkflowView.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The ViewPortRectangle contains the visible area of the workflow.
The following example shows a method of handling the Paint event of the WorkflowView object to draw an image directly on the WorkflowView. The ViewPortRectangle property returns the viewable area on the design surface to correctly constrain the image being drawn.
.NET Framework
Available since 3.0
Available since 3.0
Show: