Category Windows and views, Object ProWindow

Function ProWindowPanZoomMatrixSet


Description
Sets the matrix for the current window.
Replacement in Object TOOLKIT: pfcWindow::ScreenTransform
Synopsis
#include <ProWindows.h>
ProErrorProWindowPanZoomMatrixSet(
int window
/* (In)
The handle to the Creo Parametric window
*/
ProMatrix Matrix
/* (In)
The matrix to set
*/
)
Returns
PRO_TK_BAD_INPUTSThe specified window handle is invalid.
PRO_TK_NO_ERRORThe function successfully set the matrix.

Manual References:

  1. User Interface: Basic Graphics: Solid Orientation
  2. User Interface: Basic Graphics: Solid Orientation
  3. Core: Coordinate Systems and Transformations: Transforming Screen to Window Coordinates

Sample Code References:

  1. pt_examples ( TestWindow.c )
  2. pt_userguide ( UgGraphZoomAtPoint.c )