call CwGetViewZoom stem ("stem" is the name of a stem variable in which the results are stored. There are 4 fields of the stem that are set.) stem.X (numeric) The horizontal coordinate of the top-left corner of the zoom rectangle stem.Y (numeric) The vertical coordinate of the top-left corner of the zoom rectangle stem.Width (numeric) The width of the zoom rectangle stem.Height (numeric) The height of the zoom rectangle
/* This example zooms back by 200%. */ call CwGetViewZoom blart call CwSetViewZoom blart.x, blart.y, blart.width*2, blart.height*2
Functions by NAME |
Index |
Functions by PURPOSE |