コード例 #1
0
        public void Dispose()
        {
            if (MSX_Pntr != IntPtr.Zero)
            {
                LibMSX.MSX_destroy(MSX_Pntr);
                MSX_Pntr = IntPtr.Zero;
            }

            if (blip != null)
            {
                blip.Dispose();
                blip = null;
            }
        }