Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
MSDN Visual Basic Community
 
 
 
 
 
 
TitleFill an area with a PathGradientBrush in VB .NET, using an offset center
KeywordsPathGradientBrush, VB.NET, offset, center
CategoriesGraphics, 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)
 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated