Representation of a series of rectangles sharing the same y span. More...
#include <idomshape.h>
Public Attributes | |
int32 | y |
The y point of the top of this span (inclusive). The ending y coordinate of the span is the y entry in the next span. | |
int32 | length |
The number of x points in xVals. Always a multiple of two. | |
int32 * | xVals |
Points representing the start (inclusive) and end (exclusive) in x of the rectangles comprising the span. The memory is owned by the IDOMShape. Do not free. | |
Representation of a series of rectangles sharing the same y span.