IOcreateNewView

Top  Previous  Next

New view generate.

The first four parametres determine the origin and the expansion of the new view and the last four parametres the cutting which has to do being explained.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

x (int) [IN]

y (int) [IN]

Co-ordinate of the origin where the new view should be drawn.

w (int) [IN]

h (int) [IN]

Expansion in vertical and horizontal direction.

x1 (stands in) [IN]

y1 (stands in) [IN]

Co-ordinate of the lower left corner.

x2 (stands in) [IN]

y2 (stands in) [IN]

Co-ordinate of the upper right corner.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOcreateNewView (

PIOPIPES pipes,

int x,

int y,

int w,

int h,

stand in x1,

stand in y1,

stand in x2,

stand in y2

);