Plot: add figure and data border#5024
Conversation
…nderManager.Render().
The boundary of the Render(IMultiplot, SKSurface) method has been changed from LocalClipBounds to DeviceClipBounds to ensure that the rendered content fits within the device's clipping range
|
This is great @CoderPM2011! I'm adding a feature to outline the data area too I'm also refining the rendering system a bit, but I'll merge in a few minutes 🚀 |
This may still be the case ... but I'm inclined to merge how it is and let somebody ask for it lol 🤪 Thanks again for this PR! 🤩 |
Maybe fixed: switched to |

This PR mainly adds border style attributes and border rendering functions to
Plot.Here are some related adjustments:
Render()method of the Sync object to uniformly callRenderManager.Render(), avoiding distributed rendering processing.SKRectItoPixelRect.LocalClipBoundsinWinFormreturns a range that exceeds the rendering range, the boundaries of theRender(IMultiplot, SKSurface)method have been changed fromLocalClipBoundstoDeviceClipBoundsto ensure that the rendered content matches the device's clip range.resolve #4854
demo result
In WinForm

Save to image file


demo code