Category Windows and views, Object ProWindow

Function ProWindowCurrentMatrixGet


Description
Retrieves the pan and zoom matrix of the current window.
Replacement in Object TOOLKIT: pfcWindow::ScreenTransform
Synopsis
#include <ProWindows.h>
ProErrorProWindowCurrentMatrixGet(
ProMatrix matrix
/* (Out)
The pan and zoom matrix
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe matrix is NULL.
PRO_TK_BAD_CONTEXTThere is no current window.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Basic Graphics: Solid Orientation
  3. User Interface: Basic Graphics: Solid Orientation
  4. Core: Coordinate Systems and Transformations: Transforming Screen to Window Coordinates
  5. Core: Coordinate Systems and Transformations: Transforming Screen to Window Coordinates

Sample Code References:

  1. pt_examples ( TestExtrude.c )
  2. pt_examples ( TestExtrude.c )
  3. pt_examples ( TestDisplist.c )
  4. pt_examples ( TestDisplist.c )
  5. pt_examples ( TestDrawTbl.c )
  6. pt_examples ( TestView.c )
  7. pt_examples ( TestWindow.c )
  8. pt_userguide ( UgGraphZoomAtPoint.c )