cadencii.win32.DeleteObject C# (CSharp) Method

DeleteObject() private method

private DeleteObject ( IntPtr hObject ) : bool
hObject System.IntPtr
return bool
        public static extern bool DeleteObject(
            IntPtr hObject   // handle to graphic object
            );
        #endregion
win32