FillArea Method (RenderContextBase)
Fills an area, limited by two line segments, e.g. as in a stacked mountain chart, using the specified IBrush2D
Syntax
public abstract void FillArea( IBrush2D brush, IEnumerable<Tuple<Point,Point>> lines, bool isVerticalChart, double gradientRotationAngle )
Parameters
- brush
- The brush
- lines
- The list of lines representing polygon segments
- isVerticalChart
- Value, indicates whether chart is vertical
- gradientRotationAngle
- The angle which the brush is rotated by
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also