M_PDFiumSharp_PDFiumBitmap_FillRectangle - ArgusMagnus/PDFiumSharp GitHub Wiki
Fills a rectangle in the PDFiumBitmap with color. The pixel values in the rectangle are replaced and not blended.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public void FillRectangle(
int left,
int top,
int width,
int height,
FPDF_COLOR color
)
- left
- Type: System.Int32
- top
- Type: System.Int32
- width
- Type: System.Int32
- height
- Type: System.Int32
- color
- Type: PDFiumSharp.Types.FPDF_COLOR