M_PDFiumSharp_Types_FS_QUADPOINTSF__ctor - ArgusMagnus/PDFiumSharp GitHub Wiki
Initializes a new instance of the FS_QUADPOINTSF class
Namespace: PDFiumSharp.Types
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public FS_QUADPOINTSF(
float x1,
float y1,
float x2,
float y2,
float x3,
float y3,
float x4,
float y4
)
- x1
- Type: System.Single
- y1
- Type: System.Single
- x2
- Type: System.Single
- y2
- Type: System.Single
- x3
- Type: System.Single
- y3
- Type: System.Single
- x4
- Type: System.Single
- y4
- Type: System.Single