MonoMac.CoreImage.CIContext.FromContext C# (CSharp) Method

FromContext() private method

private FromContext ( CGContext ctx, CIContextOptions options ) : CIContext
ctx MonoMac.CoreGraphics.CGContext
options CIContextOptions
return CIContext
		CIContext FromContext (CGContext ctx, CIContextOptions options)
		{
			NSDictionary dict = options == null ? null : options.ToDictionary ();

			return FromContext (ctx, options);
		}
		

Same methods

CIContext::FromContext ( CGContext ctx ) : CIContext