FillRectangle(WriteableBitmap,Int32,Int32,Int32,Int32,Func<Int32,Int32,Int32>,BlendMode) Method
Syntax
[Extension()] public static void FillRectangle( WriteableBitmap bmp, int x1, int y1, int x2, int y2, Func<int,int,int> colorCb, WriteableBitmapExtensions.BlendMode blendMode )
Parameters
- bmp
- x1
- y1
- x2
- y2
- colorCb
- blendMode
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