Cairo.FontFace.Lookup C# (CSharp) Метод

Lookup() статический приватный Метод

static private Lookup ( IntPtr handle, bool owner ) : FontFace
handle System.IntPtr
owner bool
Результат FontFace
        internal static FontFace Lookup(IntPtr handle, bool owner)
        {
            if (handle == IntPtr.Zero)
                return null;
            return new FontFace (handle, owner);
        }