Combining controls to print in WinForms #334
SuperDaveOsbourne
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you try and print a container control with SkiaSharp controls WinForms, you will find all you get is the image of the control as it is in the design state. To create an image with all them "stitched together" as one image rendered this code might help. Maybe something that should be part of the API, done better of course.
Code Example
` // Stitch images together for one imageBeta Was this translation helpful? Give feedback.
All reactions