wgClip

Description: 2D rectangular clip testing support

Source file: …\genesis3d\OpenSource\Source\Font\wgClip.h

Contents:

Functions: CalculateClipping

Constants: view

 

Constants:

 #define GE_CLIP_CENTER 1

#define GE_CLIP_CORNER 0

 Return to Contents

Functions:

GENESISAPI geBoolean GENESISCC CalculateClipping(GE_Rect* artRect, int32* resultX, int32* resultY, int32 x, int32 y, const GE_Rect bounds, int32 type);

Returns true if you need to draw at all.

 

Return to Contents