GraphicTracker 用于 IGeometry 的什么?弧形对象

发布于 2024-09-16 04:07:37 字数 242 浏览 4 评论 0原文

IGraphicTrackerSymbol myPointSymbol = graphicTracker.CreateSymbolFromPath("Z:/ESRI/sprites/car.jpg", "");
graphicTracker.Add(null /* what to put here for IGeometry?? */, myPointSymbol); 

我在哪里可以获得精灵的 IGeometry?

IGraphicTrackerSymbol myPointSymbol = graphicTracker.CreateSymbolFromPath("Z:/ESRI/sprites/car.jpg", "");
graphicTracker.Add(null /* what to put here for IGeometry?? */, myPointSymbol); 

Where can I get the IGeometry of my sprite?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

舟遥客 2024-09-23 04:07:37

我猜 CreateSymbolFromPath 函数不支持 jpg。我给了它一个bmp,它工作得很好。正是这些小事杀死了你。顺便提一句。你只需要一个函数的常规点。

I guess the CreateSymbolFromPath function doesn't support jpgs. I gave it a bmp and it works fine. It's the little things that kill ya. Btw. you just need a regular point for the function.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文