 | PdfPathObjectCreate Method |
Note: This API is now obsolete.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax[ObsoleteAttribute("This method is obsolete. Please use Create(FillModes, bool) instead")]
public static PdfPathObject Create()
<ObsoleteAttribute("This method is obsolete. Please use Create(FillModes, bool) instead")>
Public Shared Function Create As PdfPathObject
public:
[ObsoleteAttribute(L"This method is obsolete. Please use Create(FillModes, bool) instead")]
static PdfPathObject^ Create()
[<ObsoleteAttribute("This method is obsolete. Please use Create(FillModes, bool) instead")>]
static member Create : unit -> PdfPathObject
/** @attribute ObsoleteAttribute("This method is obsolete. Please use Create(FillModes, bool) instead") */
public static PdfPathObject Create()
Patagames.Pdf.Net.PdfPathObject.Create = function();
Return Value
PdfPathObjectNew instance of
PdfPathObject.
See Also