Mako 7.3.0 API
IDOMShape::CShapeDetails::CSpan Struct Reference

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.
 

Detailed Description

Representation of a series of rectangles sharing the same y span.


The documentation for this struct was generated from the following file: