Method procedure LPGDIPlusProperties.TLPGPBlends.Add(TGPBlend)

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(14 intermediate revisions by one user not shown)
Line 10: Line 10:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''procedure''' Add( ABlend : [[Structure IGDIPlus.TGPBlend|TGPBlend]] );
+
'''procedure''' Add( ABlend : TGPBlend );
 
</code>
 
</code>
  
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''void''' '''__fastcall''' Add( [[Structure IGDIPlus.TGPBlend|TGPBlend]] ABlend );
+
'''void''' '''__fastcall''' Add( TGPBlend ABlend );
 
</code>
 
</code>
  

Latest revision as of 00:29, 26 June 2013

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: TLPGPBlends

Contents

Syntax

Delphi:

procedure Add( ABlend : TGPBlend );

C++ Builder:

void __fastcall Add( TGPBlend ABlend );

Visual C++ (MFC):

void Add( CTGPBlend ABlend );

Summary

Adds a new blend.

Description

Call this method to add a new blend to the list.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox