ArcGISWindowsPhoneSDK.BufferPoint.BufferPoint C# (CSharp) Method

BufferPoint() public method

public BufferPoint ( ) : System
return System
        public BufferPoint()
        {
            InitializeComponent();
            myDrawObject = new Draw(MyMap)
            {
                DrawMode = DrawMode.Point,
                IsEnabled = false
            };

            myDrawObject.DrawComplete += myDrawObject_DrawComplete;
        }