Class IGDIPlus.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.

Package: SignalLabBasicPkg

Unit: IGDIPlus

Inherits: TGPBrush

Contents

Syntax

Delphi:

type TGPLinearGradientBrush = class( TGPBrush, IGPLinearGradientBrush, IGPTransformable )

C++ Builder:

class TGPLinearGradientBrush : public TGPBrush

Visual C++ (MFC):

class CTGPLinearGradientBrush : public CTGPBrush

C# (.NET):

public ref class TGPLinearGradientBrush : Mitov.SignalLab.Brush

Summary

Defines a brush that paints a color gradient in which the color changes evenly from the starting boundary line of the linear gradient brush to the ending boundary line of the linear gradient brush.

Description

The TGPLinearGradientBrush class defines a brush that paints a color gradient in which the color changes evenly from the starting boundary line of the linear gradient brush to the ending boundary line of the linear gradient brush. The boundary lines of a linear gradient brush are two parallel straight lines. The color gradient is perpendicular to the boundary lines of the linear gradient brush, changing gradually across the stroke from the starting boundary line to the ending boundary line. The color gradient has one color at the starting boundary line and another color at the ending boundary line.

Methods

Public

From TGPBrush

Methods

Public

From TGPBase

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox