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();
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.