예제 #1
0
 internal void GetImage(int idx, out byte image)
 {
     NativeAPI.MapViewer_getImage(idx, out image);
 }