示例#1
0
 public int SetDimention(uint[] dimension)
 {
     return(SoundNativeMethods.SoundControlElementInfoSetDimension(handle, dimension));
 }