Skip to main content
All docs
V25.1
  • DXGraphicsPath.Flatten(DXMatrix) Method

    Applies the specified transform and converts each curve in the GraphicsPath into a sequence of connected line segments.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void Flatten(
        DXMatrix transform
    )

    Parameters

    Name Type Description
    transform DXMatrix

    A matrix by which to transform this GraphicsPath before flattening.

    See Also