IconRefIntersectsCGRect

Function IconRefIntersectsCGRect 

Source
pub unsafe extern "C-unwind" fn IconRefIntersectsCGRect(
    test_rect: *const CGRect,
    icon_rect: *const CGRect,
    align: IconAlignmentType,
    icon_services_usage_flags: IconServicesUsageFlags,
    the_icon_ref: IconRef,
) -> bool
Available on crate features Icons and objc2-core-services only.
Expand description

ยงSafety

  • test_rect must be a valid pointer.
  • icon_rect must be a valid pointer.
  • the_icon_ref must be a valid pointer.