예제 #1
0
 public bool DrawFFTGraphOnHDC(IntPtr hdc, int X, int Y, int Width, int Height)
 {
     return(ZPlay.zplay_DrawFFTGraphOnHDC(this.objptr, hdc, X, Y, Width, Height) == 1);
 }