Zooms and scrolls the diagram so that the specified rectangular area is visible.
SyntaxVB6
Copy Code
|
|---|
Public Sub ZoomToRect( _ |
C++
Copy Code
|
|---|
public: |
RemarksZooms the view to fit the specified document rectangle in the FlowChartX window. Diagram objects contained within that rectangle are zoomed to fill as much of the view as possible.
See Also