 | PdfiumFPDFBitmap_DitherFS Method |
DitherFS
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFBitmap_DitherFS(
IntPtr bitmap,
uint[] pPalette,
FX_RECT pRect = null
)
Public Shared Function FPDFBitmap_DitherFS (
bitmap As IntPtr,
pPalette As UInteger(),
Optional pRect As FX_RECT = Nothing
) As Boolean
public:
static bool FPDFBitmap_DitherFS(
IntPtr bitmap,
array<unsigned int>^ pPalette,
FX_RECT^ pRect = nullptr
)
static member FPDFBitmap_DitherFS :
bitmap : IntPtr *
pPalette : uint32[] *
?pRect : FX_RECT
(* Defaults:
let _pRect = defaultArg pRect null
*)
-> bool
public static boolean FPDFBitmap_DitherFS(
IntPtr bitmap,
UInt32[] pPalette,
FX_RECT pRect = null
)
Patagames.Pdf.Pdfium.FPDFBitmap_DitherFS = function(bitmap, pPalette, pRect);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
- pPalette UInt32
- Palette
- pRect FX_RECT (Optional)
- Rectangle
Return Value
BooleanTRUE if succeed, FALSE if failed.
See Also