![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
Provides a view into the regions that comprise the shape. A region consists of a series of spans, each representing a series of rectangles that share the same y span. More...
#include <edl/idomshape.h>
Classes | |
struct | CSpan |
Representation of a series of rectangles sharing the same y span. More... |
Public Attributes | |
uint32 | numSpans |
The number of spans. The last span is used solely to indicate the y endpoint of the penultimate span. | |
CSpan * | spans |
The spans as an array. The memory is owned by the IDOMShape. Do not free. |
Provides a view into the regions that comprise the shape. A region consists of a series of spans, each representing a series of rectangles that share the same y span.
uint32 IDOMShape::CShapeDetails::numSpans |
The number of spans. The last span is used solely to indicate the y endpoint of the penultimate span.
CSpan* IDOMShape::CShapeDetails::spans |
The spans as an array. The memory is owned by the IDOMShape. Do not free.