| PdfPatternFromHandle Method |
Instantiate the pattern according to the handle provided.
Namespace: Patagames.Pdf.Net.PatternsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public static PdfPattern FromHandle(
IntPtr handle
)
Public Shared Function FromHandle (
handle As IntPtr
) As PdfPattern
public:
static PdfPattern^ FromHandle(
IntPtr handle
)
static member FromHandle :
handle : IntPtr -> PdfPattern
public static PdfPattern FromHandle(
IntPtr handle
)
Patagames.Pdf.Net.Patterns.PdfPattern.FromHandle = function(handle);
Parameters
- handle IntPtr
- Handle to the pattern object.
Return Value
PdfPatternAn instance of one of the derived classes, or null on error.
Exceptions See Also