Method function IGDIPlus.IGPGraphicsPath.Outline(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 Outline( matrix : IGPMatrix, flatness : Single ) : TGPGraphicsPath;

C++ Builder:

TGPGraphicsPath __fastcall Outline( IGPMatrix matrix, float flatness );

Visual C++ (MFC):

Outline(  matrix,  flatness );

Summary

Transforms and flattens the path, and then converts this path's data points so that they represent only the outline of the path.

Description

Call this method to transform and flatten the path, and then convert this path's data points so that they represent only the outline of the path. Remarks A TGPGraphicsPath object stores a collection of data points that represent lines and curves. The TGPGraphicsPath.Outline method changes those data points, and the original data points are lost.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox