MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / set_pick_highlight_provider

Method set_pick_highlight_provider

src/plot_widget.rs:783–785  ·  view source on GitHub ↗

Set a custom highlighter for picked point.

(&mut self, provider: HighlightPointProvider)

Source from the content-addressed store, hash-verified

781 Message: 'a,
782 {
783 let camera_bounds = self.camera_bounds.as_ref()?;
784 let mut screen_xy = Self::world_to_screen_position_unclipped(
785 shape.anchor_position,
786 camera_bounds,
787 self.x_axis_scale,
788 self.y_axis_scale,

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected