ArcGISRuntime.UWP.Samples.AddGraphicsRenderer.AddGraphicsRenderer.AddGraphicsRenderer C# (CSharp) Method

AddGraphicsRenderer() public method

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

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