M_PDFiumSharp_PDFiumBitmap_FillRectangle - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFiumBitmap.FillRectangle Method

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

Syntax

C#

public void FillRectangle(
	int left,
	int top,
	int width,
	int height,
	FPDF_COLOR color
)

Parameters

 

left
Type: System.Int32
top
Type: System.Int32
width
Type: System.Int32
height
Type: System.Int32
color
Type: PDFiumSharp.Types.FPDF_COLOR

See Also

Reference

PDFiumBitmap Class
PDFiumSharp Namespace

⚠️ **GitHub.com Fallback** ⚠️