Exemplo n.º 1
0
 public void RenderCompass(double[] screenPosSize, double[] mapRotation)
 {
     Util.CheckArray(screenPosSize, 3);
     Util.CheckArray(mapRotation, 3);
     RendererInterop.vtsRenderViewRenderCompas(Handle, screenPosSize, mapRotation);
     Util.CheckInterop();
 }