 | FS_QUADPOINTSF(PdfTypeBase) Constructor |
Initializes a new instance of the
FS_QUADPOINTSF structure with the specified array.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FS_QUADPOINTSF(
PdfTypeBase array
)
Public Sub New (
array As PdfTypeBase
)
public:
FS_QUADPOINTSF(
PdfTypeBase^ array
)
new :
array : PdfTypeBase -> FS_QUADPOINTSF
public FS_QUADPOINTSF(
PdfTypeBase array
)
Patagames.Pdf.FS_QUADPOINTSF = function(array);
Parameters
- array PdfTypeBase
- The PdfTypeArray or PdfTypeIndirect array of 8 numbers specifying the coordinates of quadrilateral given in the order x1, y1, x2, y2, x3, y3, x4, y4.
See Also