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

Class PositionedOverlay

src/plot_overlay.rs:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135struct PositionedOverlay<'a, Message> {
136 content: Element<'a, Message>,
137 anchor: [f32; 2],
138 horizontal_position: Horizontal,
139 vertical_position: Vertical,
140}
141
142impl<Message> PositionedOverlay<'_, Message> {
143 fn content_position(&self, size: iced::Size) -> Point {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected