CGPointMakeWithDictionaryRepresentation

Function CGPointMakeWithDictionaryRepresentation 

Source
pub unsafe extern "C-unwind" fn CGPointMakeWithDictionaryRepresentation(
    dict: Option<&CFDictionary>,
    point: *mut CGPoint,
) -> bool
Available on crate feature CGGeometry only.
Expand description

ยงSafety

  • dict generics must be of the correct type.
  • point must be a valid pointer or null.