OEDrawResonanceArrow

OEDrawResonanceArrow(image: OEImageBase, bgn: OE2DPoint,
                     end: OE2DPoint, pen: OEPen) -> None

Draws a resonance arrow between two points using the given pen. See example in Figure: Example of drawing a resonance arrow.

../../_images/OEDrawResonanceArrow.png

Example of drawing a resonance arrow

image

The image in which the arrow is drawn.

bgn, end

The begin and end points of the arrow.

pen

The graphical properties of the arrow.

See also