![]() | PdfiumFPDFBitmap_ |
public static void FPDFBitmap_FillRect( IntPtr bitmap, int left, int top, int width, int height, int color )
Public Shared Sub FPDFBitmap_FillRect ( bitmap As IntPtr, left As Integer, top As Integer, width As Integer, height As Integer, color As Integer )
public: static void FPDFBitmap_FillRect( IntPtr bitmap, int left, int top, int width, int height, int color )
static member FPDFBitmap_FillRect : bitmap : IntPtr * left : int * top : int * width : int * height : int * color : int -> unit
public static void FPDFBitmap_FillRect( IntPtr bitmap, int left, int top, int width, int height, int color )
Patagames.Pdf.Pdfium.FPDFBitmap_FillRect = function(bitmap, left, top, width, height, color);
This function set the color and (optionally) alpha value in specified region of the bitmap.
![]() |
---|
If alpha channel is used, this function does NOT composite the background with the source color, instead the background will be replaced by the source color and alpha. |
If alpha channel is not used, the "alpha" parameter is ignored.