public static CIContext FromOptions(CIContextOptions options) { return FromOptions (options == null ? null : options.ToDictionary ()); }
public static CIContext FromOptions(CIContextOptions options) { return(FromOptions(options == null ? null : options.ToDictionary())); }
public static CIContext FromContext(CGContext ctx, CIContextOptions options) { NSDictionary dict = options == null ? null : options.ToDictionary (); return FromContext (ctx, dict); }
public static CIContext FromContext(CGContext ctx, CIContextOptions options) { NSDictionary dict = options == null ? null : options.ToDictionary(); return(FromContext(ctx, dict)); }