GraphicsPath.Flatten
Contents
[
Hide
]Flatten()
Converts each curve in this path into a sequence of connected line segments.
public void Flatten()
See Also
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Flatten(Matrix)
Applies the specified transform and then converts each curve in this GraphicsPath
into a sequence of connected line segments.
public void Flatten(Matrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | A Matrix by which to transform this GraphicsPath before flattening. |
See Also
- class Matrix
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Flatten(Matrix, float)
Converts each curve in this GraphicsPath
into a sequence of connected line segments.
public void Flatten(Matrix matrix, float flatness)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | A Matrix by which to transform this GraphicsPath before flattening. |
flatness | Single | Specifies the maximum permitted error between the curve and its flattened approximation. A value of 0.25 is the default. Reducing the flatness value will increase the number of line segments in the approximation. |
See Also
- class Matrix
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging