DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IFigure Interface / Flatten Method / Flatten(Matrix3x2) Method
A matrix with additional world transformation by which to transform this figure before flattening.

In This Topic
Flatten(Matrix3x2) Method
In This Topic
Converts each curve in this figure into a sequence of connected line segments.
Syntax
'Declaration
 
Overloads Function Flatten( _
   ByVal worldTransform As System.Numerics.Matrix3x2 _
) As System.Boolean
 

Parameters

worldTransform
A matrix with additional world transformation by which to transform this figure before flattening.

Return Value

True if the figure has some interior
See Also