<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Interface_IGDIPlus.IGPPathGradientBrush</id>
		<title>Interface IGDIPlus.IGPPathGradientBrush - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Interface_IGDIPlus.IGPPathGradientBrush"/>
		<link rel="alternate" type="text/html" href="http://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPPathGradientBrush&amp;action=history"/>
		<updated>2026-04-15T17:15:01Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPPathGradientBrush&amp;diff=11610&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="http://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPPathGradientBrush&amp;diff=11610&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:56Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]&lt;br /&gt;
&lt;br /&gt;
'''Unit:''' [[Unit IGDIPlus|IGDIPlus]]&lt;br /&gt;
&lt;br /&gt;
'''Inherits:''' [[Interface IGDIPlus.IGPBlendBrush|IGPBlendBrush]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' IGPPathGradientBrush = '''interface'''( [[Interface IGDIPlus.IGPBlendBrush|IGPBlendBrush]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a [[Class IGDIPlus.TGPPathGradientBrush|TGPPathGradientBrush]] object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a [[Class IGDIPlus.TGPPathGradientBrush|TGPPathGradientBrush]] object.&lt;br /&gt;
&lt;br /&gt;
The [[Class IGDIPlus.TGPLinearGradientBrush|TGPLinearGradientBrush]] class defines a brush that paints&lt;br /&gt;
a color gradient in which the color changes evenly from the&lt;br /&gt;
starting boundary line of the linear gradient brush to the&lt;br /&gt;
ending boundary line of the linear gradient brush. The&lt;br /&gt;
boundary lines of a linear gradient brush are two parallel&lt;br /&gt;
straight lines. The color gradient is perpendicular to the&lt;br /&gt;
boundary lines of the linear gradient brush, changing&lt;br /&gt;
gradually across the stroke from the starting boundary line&lt;br /&gt;
to the ending boundary line. The color gradient has one color&lt;br /&gt;
at the starting boundary line and another color at the ending&lt;br /&gt;
boundary line.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPPathGradientBrush.CenterColor|CenterColor]] - Sets or gets the center color of this path gradient brush. &lt;br /&gt;
*[[Property IGDIPlus.IGPPathGradientBrush.CenterPoint|CenterPoint]] - Gets or sets the number of points in the array of points that defines this brush's boundary path. &lt;br /&gt;
*[[Property IGDIPlus.IGPPathGradientBrush.SurroundColors|SurroundColors]] - Gets or sets the surround colors currently specified for this path gradient brush. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.GetCenterColor() : TGPColor|function GetCenterColor() : TGPColor]] - Returns the color of the center point of this path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetCenterColor(TGPColor) : TGPPathGradientBrush|function SetCenterColor(color : TGPColor) : TGPPathGradientBrush]] - Sets the center color of this path gradient brush. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPathGradientBrush.SetCenterColorProp(TGPColor)|procedure SetCenterColorProp(color : TGPColor)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.GetPointCount() : Integer|function GetPointCount() : Integer]] - Returns the number of points in the array of points that defines this brush's boundary path. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.GetSurroundColorCount() : Integer|function GetSurroundColorCount() : Integer]] - Returns the number of preset colors currently specified for this path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetSurroundColors(array) : TGPPathGradientBrush|function SetSurroundColors(colors : array) : TGPPathGradientBrush]]&lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPathGradientBrush.SetSurroundColorsProp(TGPColorArray)|procedure SetSurroundColorsProp(colors : TGPColorArray)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.GetSurroundColors() : TGPColorArray|function GetSurroundColors() : TGPColorArray]] - Returns the surround colors currently specified for this path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.GetGraphicsPath() : IGPGraphicsPath|function GetGraphicsPath() : IGPGraphicsPath]] - The GetGraphicsPath method is not implemented in Microsoft Windows GDI+ version 1.0. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetGraphicsPath(IGPGraphicsPath) : TGPPathGradientBrush|function SetGraphicsPath(path : IGPGraphicsPath) : TGPPathGradientBrush]] - The SetGraphicsPath method is not implemented in Microsoft Windows GDI+ version 1.0. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPathGradientBrush.SetGraphicsPathProp(IGPGraphicsPath)|procedure SetGraphicsPathProp(path : IGPGraphicsPath)]]&lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPathGradientBrush.SetCenterPointFProp(TGPPointF)|procedure SetCenterPointFProp(point : TGPPointF)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetCenterPointF(TGPPointF) : TGPPathGradientBrush|function SetCenterPointF(point : TGPPointF) : TGPPathGradientBrush]] - Sets the center point of the path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.GetCenterPointF() : TGPPointF|function GetCenterPointF() : TGPPointF]] - Returns the center point of the path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetCenterPoint(TGPPoint) : TGPPathGradientBrush|function SetCenterPoint(point : TGPPoint) : TGPPathGradientBrush]] - Sets the center point of the path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.GetCenterPoint() : TGPPoint|function GetCenterPoint() : TGPPoint]] - Returns the center point of the path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.GetRectangleF() : TGPRectF|function GetRectangleF() : TGPRectF]] - Returns the smallest rectangle that encloses the boundary path of this path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.GetRectangle() : TGPRect|function GetRectangle() : TGPRect]] - Returns the smallest rectangle that encloses the boundary path of this path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetGammaCorrection(Boolean) : TGPPathGradientBrush|function SetGammaCorrection(useGammaCorrection : Boolean) : TGPPathGradientBrush]] - Specifies whether gamma correction is enabled for this path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetBlendArrays(array;array) : TGPPathGradientBrush|function SetBlendArrays(blendFactors : array; blendPositions : array) : TGPPathGradientBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetBlend(array) : TGPPathGradientBrush|function SetBlend(blendFactors : array) : TGPPathGradientBrush]]&lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPathGradientBrush.SetInterpolationColorsProp(TGPInterpolationColorArray)|procedure SetInterpolationColorsProp(Colors : TGPInterpolationColorArray)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetInterpolationColors(array) : TGPPathGradientBrush|function SetInterpolationColors(Colors : array) : TGPPathGradientBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetInterpolationColorArrays(array;array) : TGPPathGradientBrush|function SetInterpolationColorArrays(presetColors : array; blendPositions : array) : TGPPathGradientBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetBlendBellShape(Single;Single) : TGPPathGradientBrush|function SetBlendBellShape(focus : Single; scale : Single) : TGPPathGradientBrush]] - Sets the blend shape of this path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetBlendTriangularShape(Single;Single) : TGPPathGradientBrush|function SetBlendTriangularShape(focus : Single; scale : Single) : TGPPathGradientBrush]] - Sets the blend shape of this path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetTransform(IGPMatrix) : TGPPathGradientBrush|function SetTransform(matrix : IGPMatrix) : TGPPathGradientBrush]] - Sets the world transformation of the object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.ResetTransform() : TGPPathGradientBrush|function ResetTransform() : TGPPathGradientBrush]] - Sets the world transformation matrix of the object to the identity matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.MultiplyTransform(IGPMatrix;TGPMatrixOrder) : TGPPathGradientBrush|function MultiplyTransform(matrix : IGPMatrix; order : TGPMatrixOrder) : TGPPathGradientBrush]] - Updates the world transformation matrix of the object with the product of itself and another matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.TranslateTransform(Single;Single;TGPMatrixOrder) : TGPPathGradientBrush|function TranslateTransform(dx : Single; dy : Single; order : TGPMatrixOrder) : TGPPathGradientBrush]] - Updates the object's world transformation matrix with the product of itself and a translation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.ScaleTransform(Single;Single;TGPMatrixOrder) : TGPPathGradientBrush|function ScaleTransform(sx : Single; sy : Single; order : TGPMatrixOrder) : TGPPathGradientBrush]] - Sets the object's world transformation matrix equal to the product of itself and a scaling matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.RotateTransform(Single;TGPMatrixOrder) : TGPPathGradientBrush|function RotateTransform(angle : Single; order : TGPMatrixOrder) : TGPPathGradientBrush]] - Updates the world transformation matrix of the object with the product of itself and a rotation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.GetFocusScales(Single;Single) : TGPPathGradientBrush|function GetFocusScales(xScale : Single; yScale : Single) : TGPPathGradientBrush]] - Returns the focus scales of this path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetFocusScales(Single;Single) : TGPPathGradientBrush|function SetFocusScales(xScale : Single; yScale : Single) : TGPPathGradientBrush]] - Sets the focus scales of this path gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPathGradientBrush.SetWrapMode(TGPWrapMode) : TGPPathGradientBrush|function SetWrapMode(wrapMode : TGPWrapMode) : TGPPathGradientBrush]] - Sets the wrap mode of this path gradient brush. &lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>