0
W trakcie analizy

Canvas

szs_szs 9 lat temu Ostatnio zmodyfikowane przez Oystein Bjorke 9 lat temu 2
I am trying to draw some geometric shape's on oxyplot canvas. I think there are several ways to do it. For example i want to draw on canvas with transparent background. And the main question is it possible to synchronize canvas of "drawingCanvas" and OxyPlot canvas. Because when oxyplot is panning, canvas is staying unchanged.
W trakcie analizy
Sorry, I tried to format your code example, but the code was deleted instead... Can you post the code again?
You can create a custom Annotation class to draw anything you want in the plot view.
Also see the `DelegateAnnotation` in the `ExampleLibrary.RenderingCapabilities` class, that is very general.