Method function IGDIPlus.IGPGraphicsPath.AddPath(IGPGraphicsPath;Boolean) : 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 AddPath( addingPath : IGPGraphicsPath, connect : Boolean ) : TGPGraphicsPath;

C++ Builder:

TGPGraphicsPath __fastcall AddPath( IGPGraphicsPath addingPath, bool connect );

Visual C++ (MFC):

AddPath(  addingPath,  connect );

Summary

Adds a path to this path.

Description

Call this method to add a path to this path. Remarks Even if the value of the connect parameter is True, this method might not be able to make the first figure of the added path part of the last figure of this path. If either of those figures is closed, then they must remain separate figures.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox