Dwarrowdelf.Client.SharpDXHost.SetParent C# (CSharp) 메소드

SetParent() 개인적인 메소드

private SetParent ( HandleRef hWnd, IntPtr hWndParent ) : IntPtr
hWnd System.Runtime.InteropServices.HandleRef
hWndParent System.IntPtr
리턴 System.IntPtr
        static extern IntPtr SetParent(HandleRef hWnd, IntPtr hWndParent);