'Declaration Public Function New( _
ByVal documentДокумент.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal patternCellWidthШирина ячейки шаблона.As Single, _
ByVal patternCellHeightВысота ячейки шаблона.As Single _
)
public TilingPattern(
Vintasoft.Imaging.Pdf.PdfDocument document,
float patternCellWidth,
float patternCellHeight
)
public: TilingPattern(
Vintasoft.Imaging.Pdf.PdfDocument* document,
float patternCellWidth,
float patternCellHeight
)
public:
TilingPattern(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
float patternCellWidth,
float patternCellHeight
)
Parameters
- document
- Документ.
- patternCellWidth
- Ширина ячейки шаблона.
- patternCellHeight
- Высота ячейки шаблона.