MaskRegion Struct Reference

#include <maskedrr.h>

List of all members.

Public Attributes

INT32 x
INT32 y
INT32 Length


Detailed Description

Author:
Rik_Heywood (Xara Group Ltd) <camelotdev@xara.com>
Date:
21/4/95 Comment: This struct holds info that is used by the MaskedRenderRegion::GetFirstMaskRegion and MaskedRenderRegion::GetNextMaskRegion. This struct is used to define the 1 pixel high regions that are extracted from the mask a scan line at a time. It is a simple struct with the following public member vars in it :- INT32 x - The X coord of the start of the masked region INT32 y - The Y Coord of the start of the masked region INT32 Length - The length in pixels of the masked region, or 0 if there are no more regions in the mask
See also:
MaskedRenderRegion::GetFirstMaskRegion; MaskedRenderRegion::GetNextMaskRegion

Definition at line 128 of file maskedrr.h.


Member Data Documentation

INT32 MaskRegion::Length
 

Definition at line 132 of file maskedrr.h.

INT32 MaskRegion::x
 

Definition at line 130 of file maskedrr.h.

INT32 MaskRegion::y
 

Definition at line 131 of file maskedrr.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 10 03:56:08 2007 for Camelot by  doxygen 1.4.4