laptop and a wrench

不具合

Graphic symbols get corrupted by quickly minimizing or restoring the application window.

最後に公開された状態: October 12, 2016 ArcGIS Runtime SDK
不具合 ID 番号 BUG-000096372
送信されましたMay 10, 2016
最終更新日June 5, 2024
適用対象ArcGIS Runtime SDK
見つかったバージョン10.2.7
オペレーティング システムWindows OS
オペレーティング システムのバージョン8
ステータスNon-Reproducible

参考情報

With the code updated to round the symbol sizes to whole numbers or (ideally and) to pre-generate the symbols used to simulate the strobe marker effect, it is no longer possible to reproduce the original issue. This is a more efficient use of the rendering pipeline because it is able to reuse existing textures instead of generating many unique textures could eventually run out of available resources.

対処法

In the sample, sizes of the graphic symbol contain decimal numbers such as 20.000085179366817, 20.003101516850865, 20.025239007619039, and so on.Convert the symbol size to a whole number using the Math.Round() function, as seen in the expression below, to prevent the issue from recurring.Size = Math.Round(initSize + fraction * (finalSize - initSize), 0); OrPre-generate PictureMarkerSymbols, and iterate through them to simulate the strobe effect. This is more visually appealing, and graphic corruption does not occur with this change.

再現の手順

不具合 ID: BUG-000096372

ソフトウェア:

  • ArcGIS Runtime SDK

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動