Ejemplo n.º 1
0
 public static CIContext FromOptions(CIContextOptions options)
 {
     return FromOptions (options == null ? null : options.ToDictionary ());
 }
Ejemplo n.º 2
0
 public static CIContext FromOptions(CIContextOptions options)
 {
     return(FromOptions(options == null ? null : options.ToDictionary()));
 }
Ejemplo n.º 3
0
        public static CIContext FromContext(CGContext ctx, CIContextOptions options)
        {
            NSDictionary dict = options == null ? null : options.ToDictionary ();

            return FromContext (ctx, dict);
        }
Ejemplo n.º 4
0
        public static CIContext FromContext(CGContext ctx, CIContextOptions options)
        {
            NSDictionary dict = options == null ? null : options.ToDictionary();

            return(FromContext(ctx, dict));
        }