[][src]Trait skia_safe::region::Intersects

pub trait Intersects<T> {
    fn intersects(&self, other: &T) -> bool;
}

Required methods

fn intersects(&self, other: &T) -> bool

Loading content...

Implementors

impl Intersects<IRect> for Region[src]

Loading content...