Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
IDOMShape::CShapeDetails Class Reference

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.
CSpanspans
 The spans as an array. The memory is owned by the IDOMShape. Do not free.

Detailed Description

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.

Member Data Documentation

◆ numSpans

uint32 IDOMShape::CShapeDetails::numSpans

The number of spans. The last span is used solely to indicate the y endpoint of the penultimate span.

◆ spans

CSpan* IDOMShape::CShapeDetails::spans

The spans as an array. The memory is owned by the IDOMShape. Do not free.


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