call CwSetViewZoom nX, nY, nWidth, nHeight nX (numeric) Horizontal coordinate of the top-left corner of the zoom rectangle nY (numeric) Vertical coordinate of the top-left corner of the zoom rectangle nWidth (numeric) Width of the zoom rectangle nHeight (numeric) Height of the zoom rectangle
/* This example zooms to the current selection rectangle. Running it does the same thing as using the "Zoom in" menu option. */ call CwGetSelectionRectangle rect call CwSetViewZoom rect.x, rect.y, rect.width, rect.height
Functions by NAME |
Index |
Functions by PURPOSE |