The brush
The angle which the brush is rotated by
FillRectangle(IBrush2D,Point,Point,Double) Method
Fills a rectangle on the IRenderSurface2D using the specified IBrush2D
Syntax
public abstract void FillRectangle( 
   IBrush2D brush,
   Point pt1,
   Point pt2,
   double gradientRotationAngle
)

Parameters

brush
The brush
pt1
pt2
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