Skip to content

M_PDFiumSharp_PDFiumBitmap_FillRectangle

ArgusMagnus edited this page Mar 29, 2017 · 2 revisions

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
[Missing documentation for "M:PDFiumSharp.PDFiumBitmap.FillRectangle(System.Int32,System.Int32,System.Int32,System.Int32,PDFiumSharp.Types.FPDF_COLOR)"]
top
Type: System.Int32
[Missing documentation for "M:PDFiumSharp.PDFiumBitmap.FillRectangle(System.Int32,System.Int32,System.Int32,System.Int32,PDFiumSharp.Types.FPDF_COLOR)"]
width
Type: System.Int32
[Missing documentation for "M:PDFiumSharp.PDFiumBitmap.FillRectangle(System.Int32,System.Int32,System.Int32,System.Int32,PDFiumSharp.Types.FPDF_COLOR)"]
height
Type: System.Int32
[Missing documentation for "M:PDFiumSharp.PDFiumBitmap.FillRectangle(System.Int32,System.Int32,System.Int32,System.Int32,PDFiumSharp.Types.FPDF_COLOR)"]
color
Type: PDFiumSharp.Types.FPDF_COLOR
[Missing documentation for "M:PDFiumSharp.PDFiumBitmap.FillRectangle(System.Int32,System.Int32,System.Int32,System.Int32,PDFiumSharp.Types.FPDF_COLOR)"]

See Also

Reference

PDFiumBitmap Class
PDFiumSharp Namespace

Clone this wiki locally