Trait nannou::ui::prelude::widget::primitive::shape::oval::OvalSection[][src]

pub trait OvalSection: 'static + Copy + PartialEq<Self> + Send {
    pub const IS_OVER: fn(&Container, [f64; 2], &Theme) -> IsOver;
}

Types that may be used to describe the visible section of the Oval.

Associated Constants

pub const IS_OVER: fn(&Container, [f64; 2], &Theme) -> IsOver[src]

The function used to determine if a point is over the oval section widget.

Loading content...

Implementors

Loading content...