[]
Converts each curve in this figure into a sequence of connected line segments.
bool Flatten(Matrix3x2 worldTransform)
Function Flatten(worldTransform As Matrix3x2) As Boolean
Type | Name | Description |
---|---|---|
Matrix3x2 | worldTransform | A matrix with additional world transformation by which to transform this figure before flattening. |
Type | Description |
---|---|
bool | True if the figure has some interior |