ArcGISRuntime.WPF.Samples.RenderPictureMarkers.RenderPictureMarkers.RenderPictureMarkers C# (CSharp) Method

RenderPictureMarkers() public method

public RenderPictureMarkers ( ) : Esri.ArcGISRuntime.Geometry
return Esri.ArcGISRuntime.Geometry
        public RenderPictureMarkers()
        {
            InitializeComponent();

            // Create the UI, setup the control references and execute initialization 
            Initialize();
        }