Search
FlowChart.SetZoomFactor Method
See Also
 



Sets the zoom factor, preserving the on-screen position of the specified diagram point.

 Syntax

VB6  Copy Code

Public Sub SetZoomFactor( _
    ByVal zoom As Long, _
    ByVal pivotX As Long, _
    ByVal pivotY As Long _
)

C++  Copy Code

public:
void SetZoomFactor (
    int zoom,
    int pivotX,
    int pivotY
)

 Parameters

zoom

The new zoom factor.

pivotX

X coordinate of the zoom center.

pivotY

Y coordinate of the zoom center.

 See Also