CGPathContainsPoint

Function CGPathContainsPoint 

Source
pub unsafe extern "C-unwind" fn CGPathContainsPoint(
    path: Option<&CGPath>,
    m: *const CGAffineTransform,
    point: CGPoint,
    eo_fill: bool,
) -> bool
👎Deprecated: renamed to CGPath::contains_point
Available on crate feature CGPath only.