IOcreateCursorViewport

Top  Previous  Next

Generate of a Cursor-Viewports.

A part of the Digitalisiertabletts can be booked as a surface to work in it with the Digitalisierer like with the mouse. With IOcreateCursorViewport a surface can be defined. Of the function must be handed over the lower left and upper right corner co-ordinate of the Viewports. This function is called, e.g., in the user function paper menu if a paper menu is put on.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

x (stands in) [IN]

y (stands in) [IN]

Co-ordinates of the lower left corner.

x2 (stands in) [IN]

y2 (stands in) [IN]

Co-ordinates of the upper right corner.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOcreateCursorViewport (

PIOPIPES pipes,

stand in x,

stand in y,

stand in x2,

stand in y2

);

Related functions

IOdeleteCursorViewport