SuperMap.WinRT.Mapping.ElementsLayer.CheckBeforeDraw C# (CSharp) Method

CheckBeforeDraw() private method

private CheckBeforeDraw ( UpdateParameter updateParameter ) : bool
updateParameter UpdateParameter
return bool
        internal override bool CheckBeforeDraw(UpdateParameter updateParameter)
        {
            if (Map.MapStatus == MapStatus.Zooming)
            {
                return false;
            }
            return true;
        }