| PdfPattern Constructor |
Creates a new instance of
PdfPattern and bound it to the specified
handle Namespace: Patagames.Pdf.Net.PatternsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax protected PdfPattern(
IntPtr handle
)
Protected Sub New (
handle As IntPtr
)
protected:
PdfPattern(
IntPtr handle
)
new :
handle : IntPtr -> PdfPattern
protected PdfPattern(
IntPtr handle
)
Patagames.Pdf.Net.Patterns.PdfPattern = function(handle);
Parameters
- handle IntPtr
- The handle to the pattern object.
See Also