SimpleFillSymbol fillSymbol = new SimpleFillSymbol() { BorderBrush = new SolidColorBrush(Color.FromArgb(255, 255, 255, 255)), BorderThickness = 2, Fill = new SolidColorBrush(Color.FromArgb(argb.alpha, argb.red, argb.green, argb.blue)), }; g.Symbol = fillSymbol graphicsLayer.Refresh();
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.