Data Type : Rich Text

CROPRECT - Crop rectangle
----------------------------------------------------------------------------------------------------------


#include <editods.h>

Definition :

typedef struct {
WORD left;
WORD top;
WORD right;
WORD bottom;
} CROPRECT;


Description :

Specifies a cropping rectangle for display of graphical data.

See Also :

CDGRAPHIC
----------------------------------------------------------------------------------------------------------