Document Solutions for PDF
GrapeCity.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
    System.bool Flatten( 
       System.Numerics.Matrix3x2 worldTransform
    )

    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