| FS_RECTF(PdfTypeBase) Constructor |
Initializes a new instance of the
FS_RECTF structure with the specified array.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FS_RECTF(
PdfTypeBase array
)
Public Sub New (
array As PdfTypeBase
)
public:
FS_RECTF(
PdfTypeBase^ array
)
new :
array : PdfTypeBase -> FS_RECTF
public FS_RECTF(
PdfTypeBase array
)
Patagames.Pdf.FS_RECTF = function(array);
Parameters
- array PdfTypeBase
- The PdfTypeArray or PdfTypeIndirect array that contains left, bottom, right and top points of rectangle
See Also