示例#1
0
 public static bool GetDUOFrameDimension(IntPtr duo, ref uint w, ref uint h)
 {
     return(DUOLibInternal.DUOGetFrameDimension(duo, ref w, ref h));
 }