Method function IGDIPlus.IGPLinearGradientBrush.SetLinearColors(TGPColor;TGPColor) : TGPLinearGradientBrush

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

Contents

Syntax

Delphi:

function SetLinearColors( color1 : TGPColor, color2 : TGPColor ) : TGPLinearGradientBrush;

C++ Builder:

TGPLinearGradientBrush __fastcall SetLinearColors( TGPColor color1, TGPColor color2 );

Visual C++ (MFC):

SetLinearColors(  color1,  color2 );

Summary

Sets the starting color and ending color of this linear gradient brush.

Description

Call this method to set the starting color and ending color of this linear gradient brush.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox