menu
pdf_plus package
documentation
pdf.dart
PdfSize
toPoint method
toPoint method
dark_mode
light_mode
toPoint
method
PdfPoint
toPoint
(
)
Converts this size to a point.
Implementation
PdfPoint toPoint() => PdfPoint(width, height);
pdf_plus package
documentation
pdf
PdfSize
toPoint method
PdfSize class