Set the size of the drawing area for a print context
PhDim_t PpSetCanvas( PpPrintContext_t *pc, PhDim_t size );
ph
This function sets the size of the current drawing area associated with the given print context.
The dimensions of the rectangle, or (0, 0) if pc is invalid.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhDim_t, PpCreatePC(), PpGetCanvas(), PpGetPC(), PpPrintContext_t, PpReleasePC(), PpSetPC()
Printing chapter of the Programmer's Guide