Skip to main content

draw_anchor

Function draw_anchor 

Source
pub fn draw_anchor<R: Renderer>(anchor: Pos2, painter: &mut Style<'_, R>)
Expand description

Draw the solid anchor dot shown while a text box is moved. The Renderer trait exposes circle (not circle_filled); a NONE stroke makes it a filled dot.