SuperMap.WinRT.Mapping.ElementsLayer.CheckBeforeDraw C# (CSharp) 메소드

CheckBeforeDraw() 개인적인 메소드

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