| PdfPathObjectCreate(FillModes, Boolean) Method |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public static PdfPathObject Create(
FillModes fillMode,
bool isStroke
)
Public Shared Function Create (
fillMode As FillModes,
isStroke As Boolean
) As PdfPathObject
public:
static PdfPathObject^ Create(
FillModes fillMode,
bool isStroke
)
static member Create :
fillMode : FillModes *
isStroke : bool -> PdfPathObject
public static PdfPathObject Create(
FillModes fillMode,
boolean isStroke
)
Patagames.Pdf.Net.PdfPathObject.Create = function(fillMode, isStroke);
Parameters
- fillMode FillModes
- Sets the fill type of the path object.
- isStroke Boolean
- Indicates that the path should be stroked.
Return Value
PdfPathObjectNew instance of
PdfPathObject.
See Also