|
|
Title | Fill an area with a PathGradientBrush in VB .NET, using an offset center |
Keywords | PathGradientBrush, VB.NET, offset, center |
Categories | Graphics, VB.NET |
|
|
This example is the same as Fill an area with a PathGradientBrush in VB .NET except it defines the brush's path center explicitly. See that example for most of the details.
|
|
curve_brush.CenterPoint = New PointF(wid * 0.4, hgt * 0.4)
|
|
|
|
|
|