 | PdfiumFPDFPattern_Release Method |
Destroy a pattern object and release all related buffers.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPattern_Release(
IntPtr hPattern
)
Public Shared Sub FPDFPattern_Release (
hPattern As IntPtr
)
public:
static void FPDFPattern_Release(
IntPtr hPattern
)
static member FPDFPattern_Release :
hPattern : IntPtr -> unit
public static void FPDFPattern_Release(
IntPtr hPattern
)
Patagames.Pdf.Pdfium.FPDFPattern_Release = function(hPattern);
Parameters
- hPattern IntPtr
- Handle to the pattern object.
See Also