PMPaperGetWidth

Function PMPaperGetWidth 

Source
pub unsafe extern "C-unwind" fn PMPaperGetWidth(
    paper: PMPaper,
    paper_width: NonNull<c_double>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • paper must be a valid pointer.
  • paper_width must be a valid pointer.