DualView

_MultiViewSourceDefine, MultiViewEnable, MultiViewEnabled, MultiViewSourceSet, MultiViewSwitch

MultiViewEnable

Description 

 MultiViewEnable(
   int  Enable
);

This function turns the multi view ON/OFF.

Parameters

int Enable

0

Disable.

1

Enable.

MultiViewEnabled

Description 

 MultiViewEnabled();

This function traces whether the multiview is ON. Returns TRUE/FALSE.

MultiViewSourceSet

Description 

 MultiViewSourceSet(
   int *pLeftArray,
   int *pTopArray,
   int *pRightArray,
   int *pBottomArray,
   int  RectCount
);

This function sets coordinates for a specific number of view rectangles.

Parameters

int *pLeftArray

Array of the x-coordinates of the top-left corners

int *pTopArray

Array of the y-coordinates of the top-left corners

int *pRightArray

Array of the x-coordinates of the bottom-right corners

int *pBottomArray

Array of the y-coordinates of the bottom-right corners.

int RectCount

The number of view rectangles

MultiViewSwitch

Description 

 MultiViewSwitch();

This function toggles the MultiView ON/OFF (the MultiView must be supported).

_MultiViewSourceDefine

Description 

 _MultiViewSourceDefine();

This function displays the Dual/Quad View Settings dialog window.

See Also 
MultiViewEnable, MultiViewEnabled, MultiViewSourceSet, MultiViewSwitch