Package cli.System.Runtime.InteropServices

Examples of cli.System.Runtime.InteropServices.GCHandle.Free()


            PrivateFontCollection pfc = new PrivateFontCollection();
            // AddMemoryFont throws a cli.System.IO.FileNotFoundException if the data are corrupt
            pfc.AddMemoryFont( handle.AddrOfPinnedObject(), fontData.length );
            return pfc;
        } finally {
            handle.Free();
        }
    }

    /**
     * Returns a new <code>Font</code> using the specified font type
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.