Method function IGDIPlus.IGPGraphicsPath.Flatten(IGPMatrix;Single) : TGPGraphicsPath

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: IGPGraphicsPath

Contents

Syntax

Delphi:

function Flatten( matrix : IGPMatrix, flatness : Single ) : TGPGraphicsPath;

C++ Builder:

TGPGraphicsPath __fastcall Flatten( IGPMatrix matrix, float flatness );

Visual C++ (MFC):

Flatten(  matrix,  flatness );

Summary

Applies a transformation to this path and converts each curve in the path to a sequence of connected lines.

Description

Call this method to apply a transformation to this path and converts each curve in the path to a sequence of connected lines.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox