'Declaration Public Function New( _
ByVal documentThe document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal patternCellWidthThe width of pattern cell.As Single, _
ByVal patternCellHeightThe height of pattern cell.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
- The document.
- patternCellWidth
- The width of pattern cell.
- patternCellHeight
- The height of pattern cell.