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

Method selection_padding

src/controls.rs:264–266  ·  view source on GitHub ↗

Return the fractional padding added around box-zoom selections.

(&self)

Source from the content-addressed store, hash-verified

262
263 /// Return the fractional padding added around box-zoom selections.
264 pub fn selection_padding(&self) -> f64 {
265 self.selection_padding
266 }
267
268 /// Set the fractional padding added around box-zoom selections.
269 pub fn set_selection_padding(&mut self, padding: f64) -> &mut Self {

Callers 1

handle_mouse_eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected