M_PDFiumSharp_PDFium_FPDFPath_BezierTo - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static bool FPDFPath_BezierTo(
FPDF_PAGEOBJECT path,
float x1,
float y1,
float x2,
float y2,
float x3,
float y3
)
- path
- Type: PDFiumSharp.Types.FPDF_PAGEOBJECT
- x1
- Type: System.Single
- y1
- Type: System.Single
- x2
- Type: System.Single
- y2
- Type: System.Single
- x3
- Type: System.Single
- y3
- Type: System.Single
Type: Boolean